From 8fce1190bf9ab2f73ebde0b2a030d66a10c3329e Mon Sep 17 00:00:00 2001 From: Toshimichi0915 Date: Fri, 17 Jan 2025 16:36:44 +0900 Subject: [PATCH] Style fix --- .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 77d3bb3c..fb83fccf 100644 --- a/.config/ags/modules/overview/overview_hyprland.js +++ b/.config/ags/modules/overview/overview_hyprland.js @@ -437,6 +437,6 @@ export default () => { workspaces: userOptions.overview.numOfCols, }) ) - }) + }), }); }