mirror of
https://github.com/qvacua/vimr.git
synced 2024-11-24 11:37:32 +03:00
GH-666 Reformat
This commit is contained in:
parent
625df1e665
commit
46b0efd99c
@ -66,7 +66,10 @@ class UGrid {
|
||||
self.size = size
|
||||
self.posision = .zero
|
||||
|
||||
let emptyRow = Array(repeating: UCell(string: clearString, attrId: defaultAttrId), count: size.width)
|
||||
let emptyRow = Array(
|
||||
repeating: UCell(string: clearString, attrId: defaultAttrId),
|
||||
count: size.width
|
||||
)
|
||||
self.cells = Array(repeating: emptyRow, count: size.height)
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user