Your one-stop-cake-shop for everything Freshly Baked has to offer

style: reformat code

I accidentally merged something in without formatting it locally when
our CI was down - here's that reformat...

Changed files
+2 -1
packetmix
homes
development
+2 -1
packetmix/homes/development/jujutsu.nix
··· 404 404 }; 405 405 snapshot.auto-track = "~(root-glob:'**/.envrc' | root-glob:'**/*.env' | root-glob:'**/.direnv/**/*')"; 406 406 template-aliases = { 407 - "format_timestamp(timestamp)" = ''timestamp.local().format("%Y-%m-%d %H:%M:%S") ++ " (" ++ timestamp.ago() ++ ")"''; 407 + "format_timestamp(timestamp)" = 408 + ''timestamp.local().format("%Y-%m-%d %H:%M:%S") ++ " (" ++ timestamp.ago() ++ ")"''; 408 409 series_log = '' 409 410 if(root, 410 411 format_root_commit(self),