Skip to content

Commit

Permalink
Add missing @Frozen
Browse files Browse the repository at this point in the history
  • Loading branch information
kean committed Aug 6, 2024
1 parent 80a7cd2 commit d5db372
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public struct StatsTopAuthor {

public struct StatsTopPost {

public enum Kind {
@frozen public enum Kind {
case unknown
case post
case page
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ public enum SiteCreationError: Error {
/// - success: the site creation request succeeded with the accompanying result.
/// - failure: the site creation request failed due to the accompanying error.
///
public enum SiteCreationResult {
@frozen public enum SiteCreationResult {
case success(SiteCreationResponse)
case failure(SiteCreationError)
}
Expand Down

0 comments on commit d5db372

Please sign in to comment.