Fix codestyle

CURA-8978

Co-authored-by: Casper Lamboo <c.lamboo@ultimaker.com>
This commit is contained in:
Jaime van Kessel 2022-02-24 17:22:10 +01:00 committed by GitHub
parent 6e59cd23bb
commit 93a5c44e6c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -72,7 +72,7 @@ UM.PreferencesPage
anchors.fill: parent;
onClicked:
{
if(parent.checkState == Qt.Unchecked || parent.checkState == Qt.PartiallyChecked)
if (parent.checkState == Qt.Unchecked || parent.checkState == Qt.PartiallyChecked)
{
definitionsModel.setAllExpandedVisible(true)
}