Skip to content

Commit 020496a

Browse files
committed
Removed unnecessary tabs.
They generated trailing whitespaces in the tags file.
1 parent 5d1256b commit 020496a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

main.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -179,11 +179,11 @@ func createMetaTags() []string {
179179
sorted = 1
180180
}
181181
return []string{
182-
"!_TAG_FILE_FORMAT\t2\t",
182+
"!_TAG_FILE_FORMAT\t2",
183183
fmt.Sprintf("!_TAG_FILE_SORTED\t%d\t/0=unsorted, 1=sorted/", sorted),
184184
fmt.Sprintf("!_TAG_PROGRAM_AUTHOR\t%s\t/%s/", AUTHOR_NAME, AUTHOR_EMAIL),
185-
fmt.Sprintf("!_TAG_PROGRAM_NAME\t%s\t", NAME),
186-
fmt.Sprintf("!_TAG_PROGRAM_URL\t%s\t", URL),
187-
fmt.Sprintf("!_TAG_PROGRAM_VERSION\t%s\t", VERSION),
185+
fmt.Sprintf("!_TAG_PROGRAM_NAME\t%s", NAME),
186+
fmt.Sprintf("!_TAG_PROGRAM_URL\t%s", URL),
187+
fmt.Sprintf("!_TAG_PROGRAM_VERSION\t%s", VERSION),
188188
}
189189
}

0 commit comments

Comments
 (0)