trim space around style

This commit is contained in:
gutmet 2021-06-26 15:53:51 +02:00
parent 78d255a0ad
commit fa1c053e07

View File

@ -371,7 +371,7 @@ func readStyle() {
if err != nil {
panic(err)
}
if style == "artsy" {
if strings.TrimSpace(style) == "artsy" {
artsy = true
} else {
artsy = false