Browse Source

Remove weird whitespace

CURA-6096
Jaime van Kessel 3 years ago
parent
commit
2bef85c6c2
1 changed files with 0 additions and 1 deletions
  1. 0 1
      cura/Settings/CuraContainerRegistry.py

+ 0 - 1
cura/Settings/CuraContainerRegistry.py

@@ -53,7 +53,6 @@ class CuraContainerRegistry(ContainerRegistry):
         self._database_handlers["quality"] = QualityDatabaseHandler()
         self._database_handlers["intent"] = IntentDatabaseHandler()
 
-
     @override(ContainerRegistry)
     def addContainer(self, container: ContainerInterface) -> bool:
         """Overridden from ContainerRegistry