mirror of
https://github.com/jtdaugherty/brick.git
synced 2024-11-29 21:46:11 +03:00
whitespace
This commit is contained in:
parent
6628dd9c9e
commit
1a6cf1a660
@ -86,7 +86,7 @@ listInsert pos e l =
|
||||
}
|
||||
|
||||
listRemove :: Int -> List e -> List e
|
||||
listRemove pos l | null es = l
|
||||
listRemove pos l | null es = l
|
||||
| pos /= clamp 0 (length es - 1) pos = l
|
||||
| otherwise =
|
||||
let newSel = case listSelected l of
|
||||
|
Loading…
Reference in New Issue
Block a user