Skip to content

Commit

Permalink
lint: golangci: fix unnecessary trailing newline (whitespace)
Browse files Browse the repository at this point in the history
  • Loading branch information
grokify committed Dec 9, 2023
1 parent 3065d87 commit ae65f5e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion data/roadmap2/item.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ func (ii Items) CountsByMetaAttribute(attrName string, keyForMissing *string) ma
counts[pointer.Dereference(keyForMissing)]++
}
}

}
return counts
}
Expand Down

0 comments on commit ae65f5e

Please sign in to comment.