From 2aaacc625f3d019bd5b0f4efa46cd326763b1d88 Mon Sep 17 00:00:00 2001 From: Toshimichi0915 Date: Thu, 16 Jan 2025 01:25:34 +0900 Subject: [PATCH] Add semicolon --- .config/ags/modules/overview/overview_hyprland.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/ags/modules/overview/overview_hyprland.js b/.config/ags/modules/overview/overview_hyprland.js index d0755902a..362e9e610 100644 --- a/.config/ags/modules/overview/overview_hyprland.js +++ b/.config/ags/modules/overview/overview_hyprland.js @@ -438,5 +438,5 @@ export default () => { }) ) }) - }) + }); }