style: Remove trailing whitespace in test_main.py

This commit is contained in:
Paul Gauthier (aider) 2025-03-21 11:04:58 -07:00
parent 1ec257278e
commit 8679c425e0

View file

@ -941,8 +941,7 @@ class TestMain(TestCase):
rel_path = ".aiderignore"
expected = os.path.join(git_root, rel_path)
self.assertEqual(
resolve_aiderignore_path(rel_path, git_root),
str(Path(git_root) / rel_path)
resolve_aiderignore_path(rel_path, git_root), str(Path(git_root) / rel_path)
)
# Test with relative path and no git root