8000 fix whitespace · python/cpython@5eb3d3b · GitHub
[go: up one dir, main page]

Skip to content

Commit 5eb3d3b

Browse files
committed
fix whitespace
1 parent 5277335 commit 5eb3d3b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Lib/functools.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -960,8 +960,8 @@ def __isabstractmethod__(self):
960960
return getattr(self.func, '__isabstractmethod__', False)
961961

962962
def __set_name__(self, owner, name):
963-
if self.attrname is None:
964-
self.attrname = name
963+
if self.attrname is None:
964+
self.attrname = name
965965

966966

967967
################################################################################

0 commit comments

Comments
 (0)
0