Skip to content

Commit

Permalink
chore: fixup
Browse files Browse the repository at this point in the history
Signed-off-by: moul <[email protected]>
  • Loading branch information
moul committed Jan 8, 2025
1 parent e30acb1 commit 5b91430
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/gno.land/p/moul/xmath/generator.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ var types = []Type{
{"Float64", "0.0", true, true},
}

const sourceTpl = `package xmath
const sourceTpl = `// Code generated by generator.go; DO NOT EDIT.
package xmath
{{ range .Types }}
// {{.Name}} helpers
Expand Down
1 change: 1 addition & 0 deletions examples/gno.land/p/moul/xmath/xmath.gen.gno

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5b91430

Please sign in to comment.