Skip to content

Commit

Permalink
removeme: double check gen jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentsenta committed Jul 2, 2024
1 parent 62a4069 commit 1aac76d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gen/gen.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ func main() {
}
if err := gen.WriteTupleEncodersToFile("./builtin/cbor_gen.go", "builtin",
builtin.ActorV4{},
builtin.ActorV5{},
); err != nil {
panic(err)
}
Expand Down

0 comments on commit 1aac76d

Please sign in to comment.