Skip to content

Commit

Permalink
Remove extra lines
Browse files Browse the repository at this point in the history
  • Loading branch information
VojtechVitek committed Sep 27, 2023
1 parent f3e0a7e commit c3203fc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions _examples/golang-imports/api.gen.go

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

2 changes: 1 addition & 1 deletion errors.go.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ func ErrorWithCause(rpcErr WebRPCError, cause error) WebRPCError {
return err
}

{{ if $opts.errorStackTrace -}}
{{- if $opts.errorStackTrace -}}
func (e WebRPCError) StackFrames() []uintptr {
return e.frame.frames[:]
}
Expand Down

0 comments on commit c3203fc

Please sign in to comment.