Skip to content

Commit d8b07cb

Browse files
committed
TRIV: Delete extra indentation
Remove extra 4 spaces to achieve correct alignment. Note that in this case the extra indent did not affect block membership of the statement. Cf. https://docs.python.org/3/reference/lexical_analysis.html#indentation
1 parent b6b9906 commit d8b07cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

control/statesp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,7 @@ def minreal(self, tol=0.0):
485485
except ImportError:
486486
raise TypeError("minreal requires slycot tb01pd")
487487
else:
488-
return StateSpace(self)
488+
return StateSpace(self)
489489

490490

491491
# TODO: add discrete time check

0 commit comments

Comments
 (0)