aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qmldom/domdata/reformatter/requiredReformatted2.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qmldom/domdata/reformatter/requiredReformatted2.qml')
-rw-r--r--tests/auto/qmldom/domdata/reformatter/requiredReformatted2.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/qmldom/domdata/reformatter/requiredReformatted2.qml b/tests/auto/qmldom/domdata/reformatter/requiredReformatted2.qml
index cb84168307..7473283605 100644
--- a/tests/auto/qmldom/domdata/reformatter/requiredReformatted2.qml
+++ b/tests/auto/qmldom/domdata/reformatter/requiredReformatted2.qml
@@ -8,7 +8,7 @@ Item {
function foo() {
theItem.foo("The issue is exacerbated if the object literal is wrapped onto the next line like so:", {
- "foo": theFoo
- });
+ "foo": theFoo
+ });
}
}