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` --- file.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'file.go') diff --git a/file.go b/file.go index ce8b138..065e7c5 100644 --- a/file.go +++ b/file.go @@ -24,8 +24,7 @@ import ( // NewFile provides a function to create new file by default template. // For example: // -// f := NewFile() -// +// f := NewFile() func NewFile() *File { f := newFile() f.Pkg.Store("_rels/.rels", []byte(xml.Header+templateRels)) -- cgit v1.2.1