Skip to content

Commit 441731d

Browse files
authored
Fix indentation (#491)
1 parent 296d09d commit 441731d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/loadXMLfromPython.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def createScene(root):
3131
def main():
3232
import SofaRuntime
3333
import Sofa.Gui
34-
import SofaQt
34+
import SofaQt
3535

3636
root = Sofa.Core.Node("root")
3737
createScene(root)

0 commit comments

Comments
 (0)