Skip to content

Commit cc0d333

Browse files
committed
tweak: linter fixes
1 parent af480f9 commit cc0d333

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

formatter/formatter_excel_test.go

-3
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@ func (w *excelMockedWriter) Close() error {
1717

1818
func TestExcelFormatter_Format(t *testing.T) {
1919
writer := &excelMockedWriter{}
20-
type fields struct {
21-
config *Config
22-
}
2320
type args struct {
2421
td *TemplateData
2522
}

0 commit comments

Comments
 (0)