Skip to content

Commit cbae64b

Browse files
committed
Fix indentation
1 parent 296d09d commit cbae64b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/loadXMLfromPython.py

Lines changed: 1 addition & 1 deletion
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)