Skip to content

Commit 8d8937d

Browse files
committed
lint
1 parent 72616d9 commit 8d8937d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vpn/tunnel.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ func (t *Tunnel) LogEntry(_ context.Context, e slog.SinkEntry) {
311311
}
312312
}
313313

314-
func (t *Tunnel) Sync() {}
314+
func (*Tunnel) Sync() {}
315315

316316
func sinkEntryToPb(e slog.SinkEntry) *Log {
317317
l := &Log{

0 commit comments

Comments
 (0)