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

Commiteb08a3d

Browse files
pratik-anuragByron
authored andcommitted
removed trailing whitespaces
1 parentfb14533 commiteb08a3d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎git/objects/tag.py‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ def _set_cache_(self, attr):
5252
ostream=self.repo.odb.stream(self.binsha)
5353
lines=ostream.read().decode(defenc).splitlines()
5454

55-
_obj,hexsha=lines[0].split(" ")
56-
_type_token,type_name=lines[1].split(" ")
55+
_obj,hexsha=lines[0].split(" ")
56+
_type_token,type_name=lines[1].split(" ")
5757
self.object= \
5858
get_object_type_by_name(type_name.encode('ascii'))(self.repo,hex_to_bin(hexsha))
5959

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2026 Movatter.jp