mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
damn linter didn't run - vimrc work ahead...
This commit is contained in:
parent
9376ac646f
commit
058a5b14a4
1 changed files with 1 additions and 1 deletions
|
@ -1406,7 +1406,7 @@ Rectangle {
|
|||
} else if (!aValue) {
|
||||
return after;
|
||||
} else if (!bValue) {
|
||||
return before
|
||||
return before;
|
||||
}
|
||||
switch (true) {
|
||||
case (aValue < bValue): return before;
|
||||
|
|
Loading…
Reference in a new issue