Skip to content

Commit b521f80

Browse files
committed
Fix lint
1 parent 2a5be8a commit b521f80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ScreenshotManager.vala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ namespace Gala {
5757
);
5858
display.add_keybinding (
5959
"area-screenshot-clip", keybinding_settings, IGNORE_AUTOREPEAT, () => instance.handle_screenshot_area_shortcut.begin (true)
60-
);
60+
);
6161
}
6262

6363
private static ScreenshotManager? instance;

0 commit comments

Comments
 (0)