Skip to content

Commit

Permalink
ktlint
Browse files Browse the repository at this point in the history
  • Loading branch information
rudeh2926 committed Jan 9, 2024
1 parent 86efb15 commit 8647323
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ class UserHandler(
accountId = this.accountId,
password = this.password,
name = this.name,
profileFileName = this.profileFileName?: "",
profileFileName = this.profileFileName ?: "",
classNum = this.classNum,
grade = this.grade,
num = this.num,
Expand Down

0 comments on commit 8647323

Please sign in to comment.