Skip to content

Commit

Permalink
chore(lint): end comments with periods
Browse files Browse the repository at this point in the history
  • Loading branch information
meowgorithm committed May 1, 2024
1 parent 9f111af commit e35d216
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions style.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type propKey int

// Available properties.
const (
// bool props come first
// Boolean props come first.
boldKey propKey = 1 << iota
italicKey
underlineKey
Expand All @@ -27,8 +27,7 @@ const (
strikethroughSpacesKey
colorWhitespaceKey

// non-bool props

// Non-boolean props.
foregroundKey
backgroundKey
widthKey
Expand Down

0 comments on commit e35d216

Please sign in to comment.