diff options
| author | Ri Xu <xuri.me@gmail.com> | 2018-01-31 11:12:43 +0800 |
|---|---|---|
| committer | Ri Xu <xuri.me@gmail.com> | 2018-01-31 11:12:43 +0800 |
| commit | 638bd44dd5940bfcc5921171dc00978f3a24f7e8 (patch) | |
| tree | 4838126c72525b50a946677ab1bb9d82378721ad /styles.go | |
| parent | 12760a7ee6d0256c44da0a16a0da1c8730517ee3 (diff) | |
- gofmted with -s;
- Fix ineffectual assignments in Go code;
- Godoc has been updated
Diffstat (limited to 'styles.go')
| -rw-r--r-- | styles.go | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -2309,12 +2309,10 @@ func (f *File) SetCellStyle(sheet, hcell, vcell string, styleID int) { // Correct the coordinate area, such correct C1:B3 to B1:C3. if vxAxis < hxAxis { - hcell, vcell = vcell, hcell vxAxis, hxAxis = hxAxis, vxAxis } if vyAxis < hyAxis { - hcell, vcell = vcell, hcell vyAxis, hyAxis = hyAxis, vyAxis } |
