Skip to content

Commit

Permalink
fixed public modifier
Browse files Browse the repository at this point in the history
  • Loading branch information
bpisano committed May 21, 2024
1 parent 6220fb7 commit fdb6dbf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Sources/StateKit/StateValidator/StateValidator.swift
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ public final class StateValidator<_State: State> {
performValidation()
}

func performValidation() {
public func performValidation() {
currentState = getCurrentState()
}

private func observeValidators() {
validators.forEach { validator in
validator.shouldPerformValidation
Expand Down

0 comments on commit fdb6dbf

Please sign in to comment.