From 551fb8a9e4b03fe718a339e75aeacc8b5581378a Mon Sep 17 00:00:00 2001 From: xuri Date: Sat, 13 Aug 2022 11:21:59 +0800 Subject: This closes #1244 and closes #1314, improving the compatibility with Google Sheet - Format code with `gofmt` --- adjust.go | 1 - 1 file changed, 1 deletion(-) (limited to 'adjust.go') diff --git a/adjust.go b/adjust.go index d766b3e..99d2850 100644 --- a/adjust.go +++ b/adjust.go @@ -35,7 +35,6 @@ const ( // offset: Number of rows/column to insert/delete negative values indicate deletion // // TODO: adjustPageBreaks, adjustComments, adjustDataValidations, adjustProtectedCells -// func (f *File) adjustHelper(sheet string, dir adjustDirection, num, offset int) error { ws, err := f.workSheetReader(sheet) if err != nil { -- cgit v1.2.1