Skip to content

Commit

Permalink
fmt and lint
Browse files Browse the repository at this point in the history
  • Loading branch information
p0mvn committed Apr 23, 2022
1 parent a9a2fa2 commit e10016c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/e2e/chain/main.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package chain

func Init(id, dataDir string) (*Chain, error) {

chain, err := new(id, dataDir)
if err != nil {
return nil, err
Expand Down

0 comments on commit e10016c

Please sign in to comment.