forked from p30928647/excelize
Adjust coding style
This commit is contained in:
parent
b0acd922ef
commit
8134197b07
2
col.go
2
col.go
|
@ -268,7 +268,7 @@ func (f *File) positionObjectPixels(sheet string, col, row, x1, y1, width, heigh
|
|||
height += y1
|
||||
|
||||
// Subtract the underlying cell widths to find end cell of the object.
|
||||
for width >= f.getColWidth(sheet, colEnd + 1) {
|
||||
for width >= f.getColWidth(sheet, colEnd+1) {
|
||||
colEnd++
|
||||
width -= f.getColWidth(sheet, colEnd)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue