Skip to content

Commit d911c85

Browse files
committed
Fix lint
1 parent 77707c2 commit d911c85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/indexer/issues/elastic_search.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ type elasticLogger struct {
3232
}
3333

3434
func (l elasticLogger) Printf(format string, args ...interface{}) {
35-
l.Logger.Log(2, l.Logger.GetLevel(), format, args...)
35+
_ = l.Logger.Log(2, l.Logger.GetLevel(), format, args...)
3636
}
3737

3838
// NewElasticSearchIndexer creates a new elasticsearch indexer

0 commit comments

Comments
 (0)