From a8e329461fcf01db510a8f8bd298827e3c305856 Mon Sep 17 00:00:00 2001 From: Idan Horowitz Date: Tue, 15 Feb 2022 18:14:51 +0200 Subject: [PATCH] Applications: Run gml-format --- Userland/Applications/CharacterMap/CharacterMapWindow.gml | 4 +--- Userland/Applications/FontEditor/FontEditorWindow.gml | 1 - 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/Userland/Applications/CharacterMap/CharacterMapWindow.gml b/Userland/Applications/CharacterMap/CharacterMapWindow.gml index 4ebde6900d..d5307b4f90 100644 --- a/Userland/Applications/CharacterMap/CharacterMapWindow.gml +++ b/Userland/Applications/CharacterMap/CharacterMapWindow.gml @@ -30,10 +30,8 @@ } @GUI::HorizontalSplitter { - @GUI::Widget { - layout: @GUI::VerticalBoxLayout { - } + layout: @GUI::VerticalBoxLayout {} @GUI::GlyphMapWidget { name: "glyph_map" diff --git a/Userland/Applications/FontEditor/FontEditorWindow.gml b/Userland/Applications/FontEditor/FontEditorWindow.gml index f95b492e04..cf6b1185ba 100644 --- a/Userland/Applications/FontEditor/FontEditorWindow.gml +++ b/Userland/Applications/FontEditor/FontEditorWindow.gml @@ -59,7 +59,6 @@ } @GUI::HorizontalSplitter { - @GUI::Widget { layout: @GUI::VerticalBoxLayout {}