aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmlformat/data/statesAndTransitions.formatted.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qml/qmlformat/data/statesAndTransitions.formatted.qml')
-rw-r--r--tests/auto/qml/qmlformat/data/statesAndTransitions.formatted.qml9
1 files changed, 4 insertions, 5 deletions
diff --git a/tests/auto/qml/qmlformat/data/statesAndTransitions.formatted.qml b/tests/auto/qml/qmlformat/data/statesAndTransitions.formatted.qml
index bd063ac498..f72e9d8195 100644
--- a/tests/auto/qml/qmlformat/data/statesAndTransitions.formatted.qml
+++ b/tests/auto/qml/qmlformat/data/statesAndTransitions.formatted.qml
@@ -1,10 +1,5 @@
QtObject {
id: foo
-
- // This needs to be *before* states and transitions after formatting
- Item {
- }
-
states: [
State {
}
@@ -13,4 +8,8 @@ QtObject {
Transition {
}
]
+
+ // This needs to be *before* states and transitions after formatting
+ Item {
+ }
}