src/main/kotlin/de/uapcore/lightpit/entities/User.kt

changeset 257
c1be672af7ff
parent 232
296e12ff8d1c
     1.1 --- a/src/main/kotlin/de/uapcore/lightpit/entities/User.kt	Thu Dec 29 14:03:00 2022 +0100
     1.2 +++ b/src/main/kotlin/de/uapcore/lightpit/entities/User.kt	Thu Dec 29 14:50:35 2022 +0100
     1.3 @@ -45,4 +45,4 @@
     1.4       * If neither given name nor lastname are provided, the username is used instead.
     1.5       */
     1.6      val displayname: String get() = if (mail.isNullOrBlank()) shortDisplayname else "$shortDisplayname <$mail>"
     1.7 -}
     1.8 \ No newline at end of file
     1.9 +}

mercurial