mirror of https://github.com/python/cpython.git
Fix whitespace
This commit is contained in:
parent
7e0c581c49
commit
7dabfede34
|
@ -196,7 +196,7 @@ def make_key(args, kwds, typed, tuple=tuple, sorted=sorted, type=type):
|
|||
def wrapper(*args, **kwds):
|
||||
# no caching, just do a statistics update after a successful call
|
||||
nonlocal misses
|
||||
result = user_function(*args, **kwds)
|
||||
result = user_function(*args, **kwds)
|
||||
misses += 1
|
||||
return result
|
||||
|
||||
|
|
Loading…
Reference in New Issue