Skip to content

Commit

Permalink
fix: linting
Browse files Browse the repository at this point in the history
  • Loading branch information
TristanSpeakEasy committed Jan 20, 2023
1 parent 62e1fc3 commit e7691c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions engine.go
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ func (e *Engine) RunTemplateString(templateFile string, data any) (string, error
return e.templator.TemplateString(vm, templateFile, data)
}

//nolint:funlen
func (e *Engine) init(data any) (*jsVM, error) {
if e.ran {
return nil, ErrAlreadyRan
Expand Down

0 comments on commit e7691c8

Please sign in to comment.