mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-18 21:11:19 +02:00
Gofmt
Command: `gofmt -l -s -w .`
This commit is contained in:
@@ -185,7 +185,7 @@ func Tokenize(in string) interface{} {
|
||||
|
||||
// No closing "... just make remainder the final token
|
||||
if inQuote && i == len(first) {
|
||||
final = append(final, first[start:len(first)]...)
|
||||
final = append(final, first[start:]...)
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user