summaryrefslogtreecommitdiff
path: root/file.go
diff options
context:
space:
mode:
authorxuri <xuri.me@gmail.com>2022-08-13 11:21:59 +0800
committerxuri <xuri.me@gmail.com>2022-08-13 11:21:59 +0800
commit551fb8a9e4b03fe718a339e75aeacc8b5581378a (patch)
tree17e38203f802da690e709072305476b450a620ac /file.go
parent8152bbb2cec76f074dc18c43f3c66bf8abdf9de0 (diff)
This closes #1244 and closes #1314, improving the compatibility with Google Sheet
- Format code with `gofmt`
Diffstat (limited to 'file.go')
-rw-r--r--file.go3
1 files changed, 1 insertions, 2 deletions
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))