Skip to content

Commit

Permalink
update visibility
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Rebello <[email protected]>
  • Loading branch information
rebello95 committed Jul 31, 2024
1 parent 309f017 commit 5921afa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Plugins/ConnectPluginUtilities/GeneratorOptions.swift
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public struct GeneratorOptions {
case `public` = "Public"
}

public static func empty() -> Self {
static func empty() -> Self {
return .init()
}
}
Expand Down

0 comments on commit 5921afa

Please sign in to comment.