From a5312ce0b07d5e23dde1a0fe45a911957afb677a Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Sat, 16 Mar 2024 11:33:36 +0700 Subject: [PATCH] oops trailing comma --- .config/ags/modules/bar/normal/spaceright.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/ags/modules/bar/normal/spaceright.js b/.config/ags/modules/bar/normal/spaceright.js index 51ca36bb..6b257e11 100644 --- a/.config/ags/modules/bar/normal/spaceright.js +++ b/.config/ags/modules/bar/normal/spaceright.js @@ -62,7 +62,7 @@ export default () => { }), child: child, }); - const emptyArea = SpaceRightDefaultClicks(Widget.Box({ hexpand: true, })), + const emptyArea = SpaceRightDefaultClicks(Widget.Box({ hexpand: true, })); const indicatorArea = SpaceRightDefaultClicks(Widget.Box({ children: [ separatorDot,