Skip to content

Commit c865044

Browse files
committed
Fix lint
1 parent f77f3ca commit c865044

File tree

1 file changed

+1
-1
lines changed
  • tools/cli/internal/changelog/outputfilter

1 file changed

+1
-1
lines changed

tools/cli/internal/changelog/outputfilter/hide.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ func hideByExemptions(entries []*OasDiffEntry, exemptions []breakingchanges.Exem
8181
continue
8282
}
8383

84-
// Mark entry as hidden and break the exemption loop
84+
// Mark entry as hidden and break the exemption loop.
8585
entry.HideFromChangelog = true
8686
hiddenEntries++
8787
break

0 commit comments

Comments
 (0)