summaryrefslogtreecommitdiffstats
path: root/examples/demos/dice/Carpet.qml
diff options
context:
space:
mode:
authorKai Köhne <kai.koehne@qt.io>2023-06-19 12:54:04 +0200
committerKai Köhne <kai.koehne@qt.io>2023-06-22 17:27:34 +0200
commit67d28856054a5a3596750a95718f53eef388f976 (patch)
tree3ac6743902133603682e9d5b9a55f34d80fa6243 /examples/demos/dice/Carpet.qml
parent49b84e7db2b77a5f8d0ee027d909498c28f7a3ff (diff)
Reformat .qml files in dice example
Use qmlformat -i on all files. Pick-to: 6.5 6.6 Change-Id: I163d1faf281fc085b824e092056cebe57fce5a6b Reviewed-by: Axel Spoerl <axel.spoerl@qt.io>
Diffstat (limited to 'examples/demos/dice/Carpet.qml')
-rw-r--r--examples/demos/dice/Carpet.qml8
1 files changed, 2 insertions, 6 deletions
diff --git a/examples/demos/dice/Carpet.qml b/examples/demos/dice/Carpet.qml
index 98253c171..c57e235cb 100644
--- a/examples/demos/dice/Carpet.qml
+++ b/examples/demos/dice/Carpet.qml
@@ -27,9 +27,7 @@ Node {
roughness: 1
cullMode: Material.NoCulling
}
- materials: [
- carpet_texture_material
- ]
+ materials: [carpet_texture_material]
}
Model {
@@ -43,9 +41,7 @@ Node {
roughness: 0.983808
cullMode: Material.NoCulling
}
- materials: [
- contour_material
- ]
+ materials: [contour_material]
}
}
}