Skip to content

Commit

Permalink
trigger build
Browse files Browse the repository at this point in the history
  • Loading branch information
otherview committed Oct 10, 2023
1 parent 2704cf9 commit 748bee4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ on:
- 'docs/**'
- 'design/**'
- 'planning/**'
branches:
- main

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion go/common/gethdb/geth_inmemdb.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ func (db *InMemGethDB) Get(key []byte) ([]byte, error) {
}
return nil, err
}

return value, nil
}

0 comments on commit 748bee4

Please sign in to comment.