Fix and enforce new lines at the end of files.

This commit is contained in:
comfyanonymous
2024-12-30 04:14:59 -05:00
parent 3507870535
commit d9b7cfac7e
10 changed files with 10 additions and 9 deletions

View File

@@ -121,4 +121,4 @@ NODE_DISPLAY_NAME_MAPPINGS = {
"Load3D": "Load 3D",
"Load3DAnimation": "Load 3D - Animation",
"Preview3D": "Preview 3D"
}
}

View File

@@ -46,4 +46,4 @@ NODE_CLASS_MAPPINGS = {
NODE_DISPLAY_NAME_MAPPINGS = {
"Morphology": "ImageMorphology",
}
}

View File

@@ -30,4 +30,4 @@ NODE_CLASS_MAPPINGS = {
NODE_DISPLAY_NAME_MAPPINGS = {
"WebcamCapture": "Webcam Capture",
}
}