mirror of
https://github.com/OpenMaxIO/openmaxio-object-browser
synced 2026-07-01 07:41:18 -07:00
Fix revive lint issues (#2730)
This commit is contained in:
@@ -164,7 +164,7 @@ func (i infoMsg) json(msg string, args ...interface{}) {
|
||||
fmt.Println(string(logJSON))
|
||||
}
|
||||
|
||||
func (i infoMsg) quiet(msg string, args ...interface{}) {
|
||||
func (i infoMsg) quiet(_ string, _ ...interface{}) {
|
||||
}
|
||||
|
||||
func (i infoMsg) pretty(msg string, args ...interface{}) {
|
||||
|
||||
Reference in New Issue
Block a user