Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 97fad9c

Browse filesBrowse files
committed
style: ruff
1 parent 9910a88 commit 97fad9c
Copy full SHA for 97fad9c

File tree

Expand file treeCollapse file tree

1 file changed

+1
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-2
lines changed

‎test/test_diff.py

Copy file name to clipboardExpand all lines: test/test_diff.py
+1-2Lines changed: 1 addition & 2 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.