Skip to content

Commit 59eb568

Browse files
authored
Remove trailing spaces
1 parent b9a6f66 commit 59eb568

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

OMPython/ModelicaSystem.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ def __init__(
148148
session: OMC session to be used. If unspecified, a new session
149149
will be created.
150150
build: Boolean controlling whether or not the model should be
151-
built when constructor is called. If False, the constructor
151+
built when constructor is called. If False, the constructor
152152
simply loads the model without compiling.
153153
154154
Examples:
@@ -220,7 +220,7 @@ def __init__(
220220
# allow directly loading models from MSL without fileName
221221
elif fileName is None and modelName is not None:
222222
self.loadLibrary(lmodel=self.lmodel)
223-
223+
224224
if build:
225225
self.buildModel(variableFilter)
226226

0 commit comments

Comments
 (0)