aboutsummaryrefslogtreecommitdiff
path: root/formatter/formatter.go
diff options
context:
space:
mode:
Diffstat (limited to 'formatter/formatter.go')
-rw-r--r--formatter/formatter.go2
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("=\"")