Skip to content

Commit 8641f5e

Browse files
committed
Test that the auto-formatting tool can still commit
1 parent 46ad7d4 commit 8641f5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

can/ctypesutil.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515

1616
try:
17-
_LibBase = ctypes.WinDLL # type: ignore
17+
_LibBase = ctypes.WinDLL # type: ignore
1818
_FUNCTION_TYPE = ctypes.WINFUNCTYPE # type: ignore
1919
except AttributeError:
2020
_LibBase = ctypes.CDLL

0 commit comments

Comments
 (0)