Added missing EOF newline for NMS basic plug-in

This commit is contained in:
stpauljim
2021-02-26 09:16:36 -06:00
parent 3d66ce2342
commit bd5a468b14
+1 -1
View File
@@ -32,4 +32,4 @@ class NoMansSkyGame(BasicGame):
"No Man's Sky VR",
QFileInfo(self.gameDirectory().absoluteFilePath(self.binaryName())),
).withArgument("-HmdEnable 1"),
]
]