forked from cerc-io/laconicd-deprecated
Update golangci-lint config and fix linting issues (#168)
* update golangci * update golang lint yml and updated linting issues
This commit is contained in:
+1
-1
@@ -34,7 +34,7 @@ func (c *count) get() int {
|
||||
}
|
||||
|
||||
func (c *count) increment() {
|
||||
*c = *c + 1
|
||||
*c++
|
||||
}
|
||||
|
||||
func (c *count) reset() {
|
||||
|
||||
@@ -66,7 +66,7 @@ type QueryETHLogs struct {
|
||||
}
|
||||
|
||||
func (q QueryETHLogs) String() string {
|
||||
return string(fmt.Sprintf("%+v", q.Logs))
|
||||
return fmt.Sprintf("%+v", q.Logs)
|
||||
}
|
||||
|
||||
// QueryBloomFilter is response type for tx logs query
|
||||
|
||||
Reference in New Issue
Block a user