Commit 005229a
committed
capability: fix "generated code" comment
According to [1], the generated files should contain a comment which
matches the following regexp:
^// Code generated .* DO NOT EDIT\.$
Fix accordingly.
[1]: https://pkg.go.dev/cmd/go#hdr-Generate_Go_files_by_processing_source
Signed-off-by: Kir Kolyshkin <[email protected]>1 parent 4a1fbfe commit 005229a
2 files changed
+2
-2
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
0 commit comments