From 0f90f1bbab4a50629fc92a11874519f3fcdbd2ac Mon Sep 17 00:00:00 2001 From: Skyler Grey Date: Thu, 18 Sep 2025 16:07:48 +0000 Subject: [PATCH] style: reformat code Change-Id: uukwwlxttqptwrrwmoulqmrxmntptpzy I accidentally merged something in without formatting it locally when our CI was down - here's that reformat... --- packetmix/homes/development/jujutsu.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packetmix/homes/development/jujutsu.nix b/packetmix/homes/development/jujutsu.nix index 2d496fad..d6a11168 100644 --- a/packetmix/homes/development/jujutsu.nix +++ b/packetmix/homes/development/jujutsu.nix @@ -404,7 +404,8 @@ }; snapshot.auto-track = "~(root-glob:'**/.envrc' | root-glob:'**/*.env' | root-glob:'**/.direnv/**/*')"; template-aliases = { - "format_timestamp(timestamp)" = ''timestamp.local().format("%Y-%m-%d %H:%M:%S") ++ " (" ++ timestamp.ago() ++ ")"''; + "format_timestamp(timestamp)" = + ''timestamp.local().format("%Y-%m-%d %H:%M:%S") ++ " (" ++ timestamp.ago() ++ ")"''; series_log = '' if(root, format_root_commit(self), -- 2.43.0