Skip to content

Commit 667d038

Browse files
committed
Rename unused arg _
1 parent 126813f commit 667d038

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

agent/agentssh/agentssh.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,7 @@ func (s *Server) Close() error {
493493
// accepting new connections.
494494
//
495495
// Shutdown is not implemented.
496-
func (*Server) Shutdown(ctx context.Context) error {
496+
func (*Server) Shutdown(_ context.Context) error {
497497
// TODO(mafredri): Implement shutdown, SIGHUP running commands, etc.
498498
return nil
499499
}

0 commit comments

Comments
 (0)