Skip to content

Commit

Permalink
[tools] update genids
Browse files Browse the repository at this point in the history
  • Loading branch information
whtiehack committed Jul 23, 2020
1 parent 129b6ff commit f7e6512
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/genids/genids.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ func match(data []byte) string {
var builder strings.Builder
builder.WriteString("// Code generated by genids from ")
builder.WriteString(*filename)
builder.WriteString("DO NOT EDIT\n\npackage ")
builder.WriteString(" DO NOT EDIT\n\npackage ")
builder.WriteString(*packagename)
builder.WriteString("\n\nconst (\n")
for _, a := range v {
Expand Down

0 comments on commit f7e6512

Please sign in to comment.