Skip to content

Commit

Permalink
Fix capitalization
Browse files Browse the repository at this point in the history
  • Loading branch information
SimplyDanny committed Jun 22, 2024
1 parent 3e8a051 commit 47a9a1d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ struct VerticalWhitespaceBetweenCasesRule: Rule {
extension VerticalWhitespaceBetweenCasesRule: OptInRule {
static let description = RuleDescription(
identifier: "vertical_whitespace_between_cases",
name: "Vertical Whitespace between Cases",
name: "Vertical Whitespace Between Cases",
description: "Include a single empty line between switch cases",
kind: .style,
nonTriggeringExamples: (violatingToValidExamples.values + nonTriggeringExamples).sorted(),
Expand Down

0 comments on commit 47a9a1d

Please sign in to comment.