Skip to content

Commit

Permalink
Run scala linter
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyksclark committed Jun 26, 2024
1 parent 1a4e881 commit 8ed4e83
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion modules/web/src/main/ui/AuthUi.scala
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,9 @@ body { margin-top: 45px; }
"policy" -> trans.site.agreementPolicy()
)

private def formFields(username: Field, password: Field, email: Option[Field], register: Boolean)(using Context) =
private def formFields(username: Field, password: Field, email: Option[Field], register: Boolean)(using
Context
) =
frag(
form3.group(
username,
Expand Down

0 comments on commit 8ed4e83

Please sign in to comment.