Skip to content

Commit 61d0ef6

Browse files
Daniil Tulinkahing
authored andcommitted
fmt
1 parent b667ee4 commit 61d0ef6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

api/common/panic_logger.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ func (fs FusePanicLogger) BatchForget(ctx context.Context, op *fuseops.BatchForg
4242
defer LogPanic(&err)
4343
return fs.Fs.BatchForget(ctx, op)
4444
}
45-
4645
func (fs FusePanicLogger) StatFS(ctx context.Context, op *fuseops.StatFSOp) (err error) {
4746
defer LogPanic(&err)
4847
return fs.Fs.StatFS(ctx, op)

0 commit comments

Comments
 (0)