summaryrefslogtreecommitdiff
path: root/sheet_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'sheet_test.go')
-rw-r--r--sheet_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/sheet_test.go b/sheet_test.go
index a5c99a6..7df9018 100644
--- a/sheet_test.go
+++ b/sheet_test.go
@@ -123,7 +123,6 @@ func TestPageLayoutOption(t *testing.T) {
for i, test := range testData {
t.Run(fmt.Sprintf("TestData%d", i), func(t *testing.T) {
-
opt := test.nonDefault
t.Logf("option %T", opt)
@@ -452,6 +451,7 @@ func BenchmarkNewSheet(b *testing.B) {
}
})
}
+
func newSheetWithSet() {
file := NewFile()
file.NewSheet("sheet1")