mirror of
https://github.com/ClusterCockpit/cc-metric-collector.git
synced 2025-07-19 03:11:41 +02:00
Avoid staticcheck warning: redundant return statement
This commit is contained in:
@@ -59,6 +59,4 @@ func (s *StdoutSink) Flush() error {
|
||||
return nil
|
||||
}
|
||||
|
||||
func (s *StdoutSink) Close() {
|
||||
return
|
||||
}
|
||||
func (s *StdoutSink) Close() {}
|
||||
|
Reference in New Issue
Block a user