Browse Source

Adjust coding style

nabeyama yoshihide 7 năm trước cách đây
mục cha
commit
8134197b07
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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)
 	}