Closed orels1 closed 6 months ago
Migrated usage of Begin*/End* methods as well as direct usage of indentLevel (outside of a single case of direct assignment) to using the using (new *Scope()) format.
Begin*
End*
indentLevel
using (new *Scope())
Also cleaned up a bit of leftover whitespace on empty lines / at the end of lines
Migrated usage of
Begin*
/End*
methods as well as direct usage ofindentLevel
(outside of a single case of direct assignment) to using theusing (new *Scope())
format.Also cleaned up a bit of leftover whitespace on empty lines / at the end of lines