mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-11 16:00:47 -07:00
Add missing new-line
This commit is contained in:
parent
bfd1debb8f
commit
3f82cd4916
1 changed files with 1 additions and 1 deletions
|
|
@ -65,4 +65,4 @@ class PrintersModel(ListModel):
|
||||||
"connectionType": connection_type,
|
"connectionType": connection_type,
|
||||||
"metadata": container_stack.getMetaData().copy()})
|
"metadata": container_stack.getMetaData().copy()})
|
||||||
items.sort(key=lambda i: not i["hasRemoteConnection"])
|
items.sort(key=lambda i: not i["hasRemoteConnection"])
|
||||||
self.setItems(items)
|
self.setItems(items)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue