Add newlines to the end of all files
This commit is contained in:
+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