mirror of https://github.com/cutefishos/calamares
CI: add brackets to one-line blocks
- since we mix Python (indentation is important) with C++ (it isn't),
having indented one-line blocks which suddenly need {} when a
statment is added is confusing and error-prone. Instead, make
the blocks explicit, always, in C++.
main
parent
94bea9baaf
commit
54c3adb466
Loading…
Reference in New Issue