aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmlformat/data/inlineComponents.formatted.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qml/qmlformat/data/inlineComponents.formatted.qml')
-rw-r--r--tests/auto/qml/qmlformat/data/inlineComponents.formatted.qml7
1 files changed, 2 insertions, 5 deletions
diff --git a/tests/auto/qml/qmlformat/data/inlineComponents.formatted.qml b/tests/auto/qml/qmlformat/data/inlineComponents.formatted.qml
index 5349280f2b..fd5ab99197 100644
--- a/tests/auto/qml/qmlformat/data/inlineComponents.formatted.qml
+++ b/tests/auto/qml/qmlformat/data/inlineComponents.formatted.qml
@@ -1,10 +1,7 @@
Item {
component CustomText: Text {
- Text {
- color: "red"
- text: "Test Text"
- }
-
+ color: "red"
+ text: "Test Text"
}
}