Skip to content

Commit

Permalink
Fix test case error
Browse files Browse the repository at this point in the history
  • Loading branch information
rakuyoMo committed Apr 19, 2024
1 parent 92dc6a8 commit a9cb895
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Tests/RulesTests+Redundancy.swift
Original file line number Diff line number Diff line change
Expand Up @@ -1976,6 +1976,7 @@ class RedundancyTests: RulesTests {
case .bar:
var foo: String? = nil
Text(foo ?? "")
default:
EmptyView()
}
Expand Down

0 comments on commit a9cb895

Please sign in to comment.