Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commitd148a0d

Browse files
committed
Fixed indentation error
1 parent93ae6ec commitd148a0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎git/test/test_index.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -692,7 +692,7 @@ def test_index_bare_add(self, rw_bare_repo):
692692
IStream(Blob.type,filesize,fileobj))
693693
entry=BaseIndexEntry((100644,istream.binsha,0,filename))
694694
try:
695-
rw_bare_repo.index.add([entry])
695+
rw_bare_repo.index.add([entry])
696696
exceptAssertionError,e:
697697
self.fail("Adding to the index of a bare repo is not allowed.")
698698

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp