Skip to content

Commit 7be0d31

Browse files
committed
Lint
1 parent 49e9dfc commit 7be0d31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

writer.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ func (w *fileWriter) Write(p []byte) (int, error) {
3333
return w.buf.Write(p) //nolint:wrapcheck
3434
}
3535

36-
//nolint:cyclop
36+
//nolint:cyclop,funlen
3737
func (w *fileWriter) Close() error {
3838
w.w.mu.Lock()
3939
defer w.w.mu.Unlock()

0 commit comments

Comments
 (0)