Skip to content

Commit

Permalink
trigger flows
Browse files Browse the repository at this point in the history
  • Loading branch information
otherview committed Oct 10, 2023
1 parent 5e9c8c8 commit 2704cf9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions go/common/gethdb/geth_inmemdb.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,6 @@ func (db *InMemGethDB) Get(key []byte) ([]byte, error) {
}
return nil, err
}

Check failure on line 28 in go/common/gethdb/geth_inmemdb.go

View workflow job for this annotation

GitHub Actions / lint

File is not `gofmt`-ed with `-s` (gofmt)
return value, nil
}

0 comments on commit 2704cf9

Please sign in to comment.