mirror of
https://github.com/gohugoio/hugo.git
synced 2024-05-11 05:54:58 +00:00
Apply project wide go fmt
This commit is contained in:
@@ -98,7 +98,7 @@ func Highlight(code, lang, optsStr string) string {
|
||||
if lang == "" {
|
||||
langOpt = "-g" // Try guessing the language
|
||||
} else {
|
||||
langOpt = "-l"+lang
|
||||
langOpt = "-l" + lang
|
||||
}
|
||||
|
||||
cmd := exec.Command(pygmentsBin, langOpt, "-fhtml", "-O", options)
|
||||
|
Reference in New Issue
Block a user