aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmlformat/data/Example1.formatted.qml
diff options
context:
space:
mode:
authorMaximilian Goldstein <max.goldstein@qt.io>2020-06-12 15:24:25 +0200
committerMaximilian Goldstein <max.goldstein@qt.io>2020-07-02 13:30:42 +0200
commit6b72b1a6861ddc10356c5505a00e2204fdfe83e5 (patch)
treea8ca699ff0aff888516099f03a040c61651a1d2a /tests/auto/qml/qmlformat/data/Example1.formatted.qml
parent9ac953aefdec4481d53cea61b494d6657a61d03e (diff)
qmlformat: Fix trailing newline in if blocks
Fixes: QTBUG-85003 Change-Id: Ie68c838c9bc1d52181a741871279bee5a8020855 Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io> (cherry picked from commit 15777b94ee96035be79b363f3b1e54f02b5d2cd5)
Diffstat (limited to 'tests/auto/qml/qmlformat/data/Example1.formatted.qml')
-rw-r--r--tests/auto/qml/qmlformat/data/Example1.formatted.qml1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/auto/qml/qmlformat/data/Example1.formatted.qml b/tests/auto/qml/qmlformat/data/Example1.formatted.qml
index b06734eb0b..5f12517781 100644
--- a/tests/auto/qml/qmlformat/data/Example1.formatted.qml
+++ b/tests/auto/qml/qmlformat/data/Example1.formatted.qml
@@ -97,7 +97,6 @@ Item {
console.log("other thing");
else
console.log("false");
-
if (x == 50) {
console.log("true");
} else if (x == 50) {