summaryrefslogtreecommitdiff
path: root/adjust.go
diff options
context:
space:
mode:
Diffstat (limited to 'adjust.go')
-rw-r--r--adjust.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/adjust.go b/adjust.go
index bb583f1..c15d4b4 100644
--- a/adjust.go
+++ b/adjust.go
@@ -53,7 +53,7 @@ func (f *File) adjustHelper(sheet string, dir adjustDirection, num, offset int)
return err
}
checkSheet(xlsx)
- checkRow(xlsx)
+ _ = checkRow(xlsx)
if xlsx.MergeCells != nil && len(xlsx.MergeCells.Cells) == 0 {
xlsx.MergeCells = nil