Skip to content

Commit

Permalink
compilation fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
smrz2001 committed Mar 13, 2022
1 parent f353e92 commit 1de60d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion datamodel/nodeBuilder.go
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ type NodeBuilder interface {
}

type NodeAmendingAssembler interface {
Amend(ops []Operation)
Amend(ops []Operation) error
}

type NodeAmendingBuilder interface {
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/ipld/go-ipld-prime
module github.com/smrz2001/go-ipld-prime

go 1.16

Expand Down

0 comments on commit 1de60d4

Please sign in to comment.