diff --git a/cura/UltimakerCloud/UltimakerCloudConstants.py b/cura/UltimakerCloud/UltimakerCloudConstants.py index 8c95817ccf..0c8ea0c9c7 100644 --- a/cura/UltimakerCloud/UltimakerCloudConstants.py +++ b/cura/UltimakerCloud/UltimakerCloudConstants.py @@ -39,4 +39,4 @@ try: if CuraDigitalFactoryURL == "": CuraDigitalFactoryURL = DEFAULT_DIGITAL_FACTORY_URL except ImportError: - CuraDigitalFactoryURL = DEFAULT_DIGITAL_FACTORY_URL \ No newline at end of file + CuraDigitalFactoryURL = DEFAULT_DIGITAL_FACTORY_URL diff --git a/resources/qml/Account/SyncState.qml b/resources/qml/Account/SyncState.qml index aa81688e45..bcf436777a 100644 --- a/resources/qml/Account/SyncState.qml +++ b/resources/qml/Account/SyncState.qml @@ -117,4 +117,4 @@ Row // Sync state icon + message } } } -} \ No newline at end of file +} diff --git a/resources/qml/TertiaryButton.qml b/resources/qml/TertiaryButton.qml index 31b56193eb..e3840dbdd3 100644 --- a/resources/qml/TertiaryButton.qml +++ b/resources/qml/TertiaryButton.qml @@ -18,4 +18,4 @@ Cura.ActionButton textDisabledColor: UM.Theme.getColor("action_button_disabled_text") hoverColor: "transparent" underlineTextOnHover: true -} \ No newline at end of file +}