From c8282fc8d33c1aaf4068dfc89f934d4c02a3eb9a Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Wed, 27 Nov 2024 17:39:00 -0800 Subject: [PATCH] style: fix whitespace in test_commands.py --- tests/basic/test_commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/basic/test_commands.py b/tests/basic/test_commands.py index 941517651..dff664439 100644 --- a/tests/basic/test_commands.py +++ b/tests/basic/test_commands.py @@ -309,7 +309,7 @@ class TestCommands(TestCase): # Add all files to the chat session for fname in test_files: commands.cmd_add(fname) - + initial_count = len(coder.abs_fnames) self.assertEqual(initial_count, 3)