Skip to content

Commit 04fbf4d

Browse files
committed
fix generator
1 parent 828825c commit 04fbf4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generators/provider.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ func (p *Provider) Generate(template *configs.Template, modulePath string, workD
4242

4343
contents[moduleIdx] = fmt.Sprintf(`
4444
/*@module:%s*/if err := p.AddDefSlice(modules.%s); err != nil {return err}
45-
//%s`, template.ModuleLowercase, template.Module, MODULE_REGISTER)
45+
%s`, template.ModuleLowercase, template.Module, MODULE_REGISTER)
4646

4747
body := strings.Join(contents, "\n")
4848

0 commit comments

Comments
 (0)