Skip to content

Commit b9833c4

Browse files
committed
Merge pull request #24 from JKesMc9tqIQe9M/master
removed an extraneous whitespace
2 parents 47c5cd0 + efe7884 commit b9833c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

08-kick-forward/tf-08.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# The functions
66
#
77
def read_file(path_to_file, func):
8-
with open(path_to_file) as f:
8+
with open(path_to_file) as f:
99
data = f.read()
1010
func(data, normalize)
1111

0 commit comments

Comments
 (0)