From fa5b24cb9920272d629909029e82e02f2dfda8f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jalil=20David=20Salam=C3=A9=20Messina?= Date: Wed, 25 Dec 2024 10:11:54 +0100 Subject: [PATCH] fix(jj): draft commit msg error `diff.stat()` cannot be called without arguments --- home/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/default.nix b/home/default.nix index 5a8f01b..f2b8ea1 100644 --- a/home/default.nix +++ b/home/default.nix @@ -204,7 +204,7 @@ in description, surround( "\nJJ: This commit contains the following changes:\n", "", - indent("JJ: ", diff.stat()), + indent("JJ: ", diff.stat(72)), ), surround( "\nJJ: Diff:\n", "",