Remove unecessary empty line
This commit is contained in:
parent
785c03c15c
commit
a8ccfe050d
@ -279,7 +279,6 @@ class CommandDispatcher:
|
|||||||
return
|
return
|
||||||
|
|
||||||
tab.data.pinned = not tab.data.pinned
|
tab.data.pinned = not tab.data.pinned
|
||||||
|
|
||||||
if tab.data.pinned:
|
if tab.data.pinned:
|
||||||
index = tabbar.pinned + 1 if index is None else int(index)
|
index = tabbar.pinned + 1 if index is None else int(index)
|
||||||
else:
|
else:
|
||||||
|
Loading…
Reference in New Issue
Block a user