From 7c37aedfbc89c1ba415148380f79d860ef0cb0a2 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Tue, 14 Sep 2021 09:28:55 +0300 Subject: style: remove unwanted spaces in function definition Sponsored-by: author --- share/python/lib/files.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'share') diff --git a/share/python/lib/files.py b/share/python/lib/files.py index 8c2c3a7..fe94ed2 100644 --- a/share/python/lib/files.py +++ b/share/python/lib/files.py @@ -108,7 +108,7 @@ def files_match(ctx, filename1=None, filename2=None): assert_eq(data1, data2) -def files_touch_with_timestamp(ctx, filename=None, mtime = None): +def files_touch_with_timestamp(ctx, filename=None, mtime=None): t = strptime(mtime, "%Y-%m-%d %H:%M:%S") ts = time.mktime(t) _files_touch(filename, ts) -- cgit v1.2.1