summaryrefslogtreecommitdiff
path: root/test/test_wacom.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_wacom.py')
-rw-r--r--test/test_wacom.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/test_wacom.py b/test/test_wacom.py
index 896d5c1..a484f2a 100644
--- a/test/test_wacom.py
+++ b/test/test_wacom.py
@@ -241,3 +241,6 @@ def test_axis_updates(mainloop, opts, axis, stylus_type):
assert first[name] < current[name], f"for axis {name}"
else:
assert first[name] == current[name], f"for axis {name}"
+
+
+# vim: set expandtab tabstop=4 shiftwidth=4: