Skip to content

Commit

Permalink
mark method as private
Browse files Browse the repository at this point in the history
  • Loading branch information
drewvolz committed Jun 12, 2024
1 parent 8c17064 commit d451f3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ClassDumper/Views/DatabaseButtons.swift
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ struct CreateFileButton: View {
return panel
}()

func openPanel() {
private func openPanel() {
switch panel.runModal() {
case .OK:
guard let url = panel.url else {
Expand Down

0 comments on commit d451f3a

Please sign in to comment.