Skip to content

Commit

Permalink
Fixed formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
xwillq committed May 14, 2020
1 parent 33bcd82 commit 2bb2fe5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion AuthCLI/src/main/kotlin/com/kafedra/aaapp/domain/User.kt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ class User() {
var hash: String = ""
var version: Long = 0


constructor(id: Int, login: String, salt: String, hash: String) : this() {
this.id = id
this.login = login
Expand Down

0 comments on commit 2bb2fe5

Please sign in to comment.