Explorar o código

Adjust coding style

nabeyama yoshihide %!s(int64=6) %!d(string=hai) anos
pai
achega
8134197b07
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      col.go

+ 1 - 1
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)
 	}