Skip to content

Commit

Permalink
fixing swiftlint violation
Browse files Browse the repository at this point in the history
  • Loading branch information
karansoin committed Mar 6, 2024
1 parent 4a20dc7 commit 8f80f50
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions PICS/Assessment/Assessments.swift
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,7 @@ struct Assessments: View {
}

private var trailMakingTestSection: some View {
// Button text to start the Trail Making Test or view results
// based on whether results are available.
// Button text to start the Trail Making Test or view results based on whether results are available.
let btnText = if tmStorageResults.isEmpty {
String(localized: "ASSESSMENT_TM_START_BTN")
} else {
Expand All @@ -104,8 +103,7 @@ struct Assessments: View {
}

private var stroopTestSection: some View {
// Button text to start the Stroop Test or view results
// based on whether results are available.
// Button text to start the Stroop Test or view results based on whether results are available.
let btnText = if stroopTestResults.isEmpty {
String(localized: "ASSESSMENT_STROOP_START_BTN")
} else {
Expand Down

0 comments on commit 8f80f50

Please sign in to comment.