Skip to content

Commit

Permalink
fix: please linter
Browse files Browse the repository at this point in the history
  • Loading branch information
bayang committed Jun 2, 2022
1 parent 9def6a1 commit 284f81c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/io/github/bayang/jelu/dao/UserTable.kt
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ class User(id: EntityID<UUID>) : UUIDEntity(id) {
enum class Provider {
LDAP,
JELU_DB
}
}

0 comments on commit 284f81c

Please sign in to comment.