Add newlines to the end of all files
This commit is contained in:
+1
-1
@@ -85,4 +85,4 @@ POPD
|
||||
|
||||
:END_OF_FILE
|
||||
|
||||
exit /b 0
|
||||
exit /b 0
|
||||
|
||||
+1
-1
@@ -18,4 +18,4 @@ def get_material_information():
|
||||
print('Object---> {}'.format(mesh_object))
|
||||
|
||||
|
||||
get_material_information()
|
||||
get_material_information()
|
||||
|
||||
+1
-1
@@ -37,4 +37,4 @@ settings = _config.get_config_settings(setup_ly_pyside=True)
|
||||
|
||||
from main import launch_material_converter
|
||||
|
||||
launch_material_converter()
|
||||
launch_material_converter()
|
||||
|
||||
+1
-1
@@ -74,4 +74,4 @@ layout.addWidget(QLabel('Hello World!')) # Add a label
|
||||
layout.addWidget(button) # Add the button man
|
||||
window.setLayout(layout) # Pass the layout to the window
|
||||
window.show() # Show window
|
||||
app.exec_() # Execute the App
|
||||
app.exec_() # Execute the App
|
||||
|
||||
Reference in New Issue
Block a user