oops trailing comma

This commit is contained in:
end-4
2024-03-16 11:33:36 +07:00
parent f002df7f6f
commit a5312ce0b0
+1 -1
View File
@@ -62,7 +62,7 @@ export default () => {
}), }),
child: child, child: child,
}); });
const emptyArea = SpaceRightDefaultClicks(Widget.Box({ hexpand: true, })), const emptyArea = SpaceRightDefaultClicks(Widget.Box({ hexpand: true, }));
const indicatorArea = SpaceRightDefaultClicks(Widget.Box({ const indicatorArea = SpaceRightDefaultClicks(Widget.Box({
children: [ children: [
separatorDot, separatorDot,