Skip to content

Commit

Permalink
Fix werror issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle-Ye committed Sep 15, 2024
1 parent 836d711 commit 45580cd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Sources/OpenSwiftUI/View/Graphic/Color/ColorResolved.swift
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ extension Color {
Color.Resolved(linearRed: linearRed, linearGreen: linearGreen, linearBlue: linearBlue, opacity: opacity * self.opacity)

Check warning on line 28 in Sources/OpenSwiftUI/View/Graphic/Color/ColorResolved.swift

View check run for this annotation

Codecov / codecov/patch

Sources/OpenSwiftUI/View/Graphic/Color/ColorResolved.swift#L27-L28

Added lines #L27 - L28 were not covered by tests
}

package func over(_ s: Resolved) -> Color.Resolved {
fatalError("TODO")
}
// package func over(_ s: Resolved) -> Color.Resolved {
// fatalError("TODO")
// }
}

package struct ResolvedVibrant: Equatable {
Expand Down

0 comments on commit 45580cd

Please sign in to comment.