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 fb14533

Browse filesBrowse files
pratik-anuragByron
authored andcommitted
removed trailing whitespaces
1 parent e3a57f5 commit fb14533
Copy full SHA for fb14533

1 file changed

+1-1Lines changed: 1 addition & 1 deletion

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎git/objects/fun.py‎

Copy file name to clipboardExpand all lines: git/objects/fun.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ def traverse_trees_recursive(odb, tree_shas, path_prefix):
156156
# END skip already done items
157157
entries = [None for _ in range(nt)]
158158
entries[ti] = item
159-
_sha, mode, name = item
159+
_sha, mode, name = item
160160
is_dir = S_ISDIR(mode) # type mode bits
161161

162162
# find this item in all other tree data items

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.