Skip to content

Commit

Permalink
r - Reverter Sletter bestemIdent fra shared folder
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel.skarpas@nav.no
  • Loading branch information
MariamPervez committed Sep 22, 2023
1 parent 3ad8ce5 commit a3e1936
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,6 @@ class Fodselsnummer private constructor(@JsonValue val value: String) {
val res = 11 - (sum % 11)
return if (res == 11) 0 else res
}
}

enum class Kjoenn {
MANN,
Expand Down

0 comments on commit a3e1936

Please sign in to comment.