Skip to content

Commit

Permalink
Update validator visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
ncipollo committed Jan 12, 2023
1 parent 6af21c6 commit d9bbab6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/WhoopDIKit/WhoopDIValidator.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ public class WhoopDIValidator {
}

/// Verifies all definitions in the object graph have definitions for their sub-dependencies (i.e this verifies the object graph is complete).
func validate(onFailure: (Error) -> Void) {
public func validate(onFailure: (Error) -> Void) {
WhoopDI.validate(paramsDict: paramsDict, onFailure: onFailure)
}
}

0 comments on commit d9bbab6

Please sign in to comment.