Skip to content

Commit

Permalink
chore: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
simlecode committed Dec 12, 2022
1 parent adae88e commit 1900176
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion venus-devtool/api-gen/example.go
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ func init() {

addExample(client.ImportID(1234))

uuidTmp := auuid.New()
uuidTmp := auuid.MustParse("102334ec-35a3-4b36-be9f-02883844503a")
addExample(&uuidTmp)
}

Expand Down

0 comments on commit 1900176

Please sign in to comment.