tests: Update to reflect current foramtting style

This commit is contained in:
Gregor Niehl 2023-12-22 16:48:49 +01:00 committed by James Westman
parent cb30bec7b1
commit b79c78bb74
6 changed files with 7 additions and 13 deletions

View file

@ -8,5 +8,4 @@ Box {
} }
} }
Label my_label { Label my_label {}
}

View file

@ -2,12 +2,10 @@ using Gtk 4.0;
Window { Window {
[titlebar] [titlebar]
HeaderBar { HeaderBar {}
}
} }
Dialog { Dialog {
[internal-child content_area] [internal-child content_area]
Box { Box {}
}
} }

View file

@ -4,5 +4,4 @@ Scale {
adjustment: adj; adjustment: adj;
} }
Adjustment adj { Adjustment adj {}
}

View file

@ -1,4 +1,3 @@
using Gtk 4.0; using Gtk 4.0;
Box { Box {}
}

View file

@ -1,5 +1,4 @@
using Gtk 4.0; using Gtk 4.0;
using GObject 2.0; using GObject 2.0;
GObject.Object { GObject.Object {}
}