Browse Source

Add newlines at the end of files

CURA-7418
Kostas Karmas 4 years ago
parent
commit
87a97afd84

+ 1 - 1
cura/UltimakerCloud/UltimakerCloudConstants.py

@@ -39,4 +39,4 @@ try:
     if CuraDigitalFactoryURL == "":
         CuraDigitalFactoryURL = DEFAULT_DIGITAL_FACTORY_URL
 except ImportError:
-    CuraDigitalFactoryURL = DEFAULT_DIGITAL_FACTORY_URL
+    CuraDigitalFactoryURL = DEFAULT_DIGITAL_FACTORY_URL

+ 1 - 1
resources/qml/Account/SyncState.qml

@@ -117,4 +117,4 @@ Row // Sync state icon + message
             }
         }
     }
-}
+}

+ 1 - 1
resources/qml/TertiaryButton.qml

@@ -18,4 +18,4 @@ Cura.ActionButton
     textDisabledColor: UM.Theme.getColor("action_button_disabled_text")
     hoverColor: "transparent"
     underlineTextOnHover: true
-}
+}