Skip to content

Commit 97fad9c

Browse files
committed
style: ruff
1 parent 9910a88 commit 97fad9c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/test_diff.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -539,7 +539,7 @@ def test_beginning_space(self, rw_dir):
539539
f.write("hello world")
540540
repo.git.add(Git.polish_url(file))
541541
repo.index.commit("first commit")
542-
542+
543543
# Diff the commit with an empty tree
544544
# and check the paths
545545
diff_index = repo.head.commit.diff(NULL_TREE)
@@ -548,4 +548,3 @@ def test_beginning_space(self, rw_dir):
548548
b_path = d.b_path
549549
self.assertEqual(a_path, " file.txt")
550550
self.assertEqual(b_path, " file.txt")
551-

0 commit comments

Comments
 (0)