diff options
author | nabeyama yoshihide <yoshihide.nabeyama@gmail.com> | 2019-04-04 17:34:05 +0900 |
---|---|---|
committer | nabeyama yoshihide <yoshihide.nabeyama@gmail.com> | 2019-04-04 17:34:05 +0900 |
commit | 8134197b07c5aa7615d97b586d69d8ff02f19df3 (patch) | |
tree | 2da31c644aacee01d55fbd19e2eb8c66f9492a8f | |
parent | b0acd922ef9e4874eeadd905a636ebc911b1b299 (diff) |
Adjust coding style
-rw-r--r-- | col.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) } |