Skip to content

Commit 5161074

Browse files
committed
Fix lint
1 parent 53b4435 commit 5161074

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ShellClients/PanelWindow.vala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ public class Gala.PanelWindow : ShellWindow, RootTarget {
173173

174174
overlap = true;
175175

176-
fullscreen_overlap = fullscreen_overlap || window.fullscreen;
176+
fullscreen_overlap = fullscreen_overlap || window.fullscreen;
177177

178178
if (window != normal_mru_window && window != any_mru_window) {
179179
continue;

0 commit comments

Comments
 (0)