From 8134197b07c5aa7615d97b586d69d8ff02f19df3 Mon Sep 17 00:00:00 2001 From: nabeyama yoshihide Date: Thu, 4 Apr 2019 17:34:05 +0900 Subject: Adjust coding style --- col.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/col.go b/col.go index 5fc7461..3660783 100644 --- a/col.go +++ b/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) } -- cgit v1.2.1