Skip to content

Commit 4110305

Browse files
committed
thunderbolt: add missing newline from EOF
1 parent c2eae2b commit 4110305

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

files/usr/share/cinnamon/cinnamon-settings/modules/cs_thunderbolt.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,4 +390,4 @@ def is_bolt_available(self):
390390
return BOLT_BUS_NAME in bus_names
391391
except Exception as e:
392392
print(e)
393-
return False
393+
return False

0 commit comments

Comments
 (0)