Skip to content

Commit

Permalink
Add extra newline after required comment to exclude it from docs
Browse files Browse the repository at this point in the history
  • Loading branch information
hansmi committed Dec 19, 2023
1 parent a893834 commit 2b047b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions pkg/client/generate_models.go
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,7 @@ func main() {

fmt.Fprintf(&buf, "// Code generated by %q; DO NOT EDIT.\n",
strings.Join(append([]string{filepath.Base(exe)}, os.Args[1:]...), " "))
buf.WriteString("\n")
buf.WriteString("package client\n")

imports := []string{
Expand Down
1 change: 1 addition & 0 deletions pkg/client/models_generated.go

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

0 comments on commit 2b047b6

Please sign in to comment.