aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmllint/data/anchors3.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qml/qmllint/data/anchors3.qml')
-rw-r--r--tests/auto/qml/qmllint/data/anchors3.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qml/qmllint/data/anchors3.qml b/tests/auto/qml/qmllint/data/anchors3.qml
index 290b19f98b..2728291651 100644
--- a/tests/auto/qml/qmllint/data/anchors3.qml
+++ b/tests/auto/qml/qmllint/data/anchors3.qml
@@ -1,6 +1,6 @@
import QtQuick 2.15
-Rectangle {
+Rectangle {
anchors.horizontalCenter: parent
anchors.verticalCenter: parent
}