Skip to content

Commit

Permalink
OY-4799 spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
marjakari committed Apr 23, 2024
1 parent fac3ffb commit 25c78df
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -462,8 +462,10 @@ class KoskiSuoritusArvosanaParser {
)
// Filtteröidään neloset
s = s.filterNot(osaSuoritus =>
osaSuoritus.arviointi.exists(a => a.arvosana.koodiarvo != "H"
&& Arvio410(a.arvosana.koodiarvo).arvosana.contentEquals("4"))
osaSuoritus.arviointi.exists(a =>
a.arvosana.koodiarvo != "H"
&& Arvio410(a.arvosana.koodiarvo).arvosana.contentEquals("4")
)
)
osasuoritusToArvosana(
personOid,
Expand Down

0 comments on commit 25c78df

Please sign in to comment.