pbrady / fastcache

C implementation of Python 3 lru_cache
MIT License
154 stars 19 forks source link

Fix IndentationError #50

Closed alok closed 4 years ago

alok commented 6 years ago

Trying to run the benchmark gives indentation errors because of the extra leading whitespace.

pbrady commented 4 years ago

Thanks for the fix