AustinScola / illud

Text buffer editor and terminal viewer.
MIT License
1 stars 0 forks source link

Use ternary operator in Illud State initialization #239

Closed AustinScola closed 3 years ago

AustinScola commented 3 years ago

In illud.illud_state.IlludState.__init__, use the ternary operator for setting instance attributes because the conditional statement approach uses up to much vertical space compared to the benefit of readability that it provides.