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

@ -1,6 +1,6 @@
using Gtk 4.0;
template $TestTemplate : ApplicationWindow {
template $TestTemplate: ApplicationWindow {
test-property: 'Hello, world';
test-signal => $on_test_signal();
}