diff options
Diffstat (limited to 'formatter')
-rw-r--r-- | formatter/formatter.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/formatter/formatter.go b/formatter/formatter.go index b8ec85f..f5d7517 100644 --- a/formatter/formatter.go +++ b/formatter/formatter.go @@ -70,7 +70,7 @@ func printAttrs(attrs []parser.Attr) { } } - for _, a := range attrs { + for _, a := range nClasses { fmt.Printf(" %s", a.Key) if a.Value != "" { fmt.Print("=\"") |