From d54c7ecbd618afb4df524e0d96dec7fe7cc2935d Mon Sep 17 00:00:00 2001 From: Cam Cope Date: Mon, 30 Aug 2021 07:35:33 -0700 Subject: Fixup whitespace and configure CI to keep it that way --- test/util.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/util.py') diff --git a/test/util.py b/test/util.py index cde0255..261a1c6 100644 --- a/test/util.py +++ b/test/util.py @@ -29,7 +29,7 @@ def cleanup(mount_process, mnt_dir): mount_process.wait(1) except subprocess.TimeoutExpired: mount_process.kill() - + def umount(mount_process, mnt_dir): subprocess.check_call(['fusermount3', '-z', '-u', mnt_dir ]) -- cgit v1.2.3