Skip to content

Commit b93c13a

Browse files
committed
tabbing
1 parent 3a0be6e commit b93c13a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

root/kwin-xwayland.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
path = f"/tmp/.X11-unix/X{display_num}"
88

99
if os.path.exists(path):
10-
os.remove(path)
10+
os.remove(path)
1111

1212
s = socket.socket(socket.AF_UNIX, socket.SOCK_STREAM)
1313
s.bind(path)

0 commit comments

Comments
 (0)