mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 04:05:53 +08:00
align dictionary values and add comma to end of dict.
This commit is contained in:
parent
a809e5a91c
commit
3eb5f91fd6
@ -12,7 +12,7 @@ from .formatter import FileFormatter
|
||||
TOP_LEVEL_SORT_PRIORITY = {
|
||||
"version": "0",
|
||||
"name": "1",
|
||||
"inherits": "3"
|
||||
"inherits": "3",
|
||||
}
|
||||
|
||||
METADATA_SORT_PRIORITY = {
|
||||
@ -20,7 +20,7 @@ METADATA_SORT_PRIORITY = {
|
||||
"author": "1",
|
||||
"manufacturer": "2",
|
||||
"file_formats": "3",
|
||||
"platform" : "4"
|
||||
"platform": "4",
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user