Skip to content

Commit

Permalink
Remove extraneous line
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewTurk247 committed Apr 10, 2024
1 parent 2fb7c40 commit cf765bc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions PAWS/Study Information/EnrollmentGroup.swift
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,7 @@ class EnrollmentGroup: Module, EnvironmentAccessible {
}
return yearsOfAge >= 18 ? .adult : .pediatric
}

init() { }


func configure() {
guard Auth.auth().currentUser != nil else {
return
Expand Down

0 comments on commit cf765bc

Please sign in to comment.