Skip to content

Commit

Permalink
Merge pull request #9021 from ajm188/vtctldclient-fix-template
Browse files Browse the repository at this point in the history
[vtctldclient] fix newlines in codegen template
  • Loading branch information
ajm188 authored Oct 19, 2021
2 parents 9c4b4db + 294bc6c commit f7df1e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/vt/vtctl/vtctldclient/codegen/template.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ import (
{{ range .Imports -}}
{{ if ne .Alias "" }}{{ .Alias }} {{ end }}"{{ .Path }}"
{{- end }}
{{ end -}}
)
{{ range .Methods }}
// {{ .Name }} is part of the vtctlservicepb.VtctldClient interface.
Expand Down

0 comments on commit f7df1e8

Please sign in to comment.