Skip to content

Commit f83f16f

Browse files
committed
Formatting
1 parent f07911a commit f83f16f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

play27-bootstrap3/module/app/views/b3/package.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ package object b3 {
9292
Args.inner(
9393
Args.remove(args, Symbol("id"), Symbol("value")).map {
9494
case arg if arg._1 == Symbol("placeholder") => Args.msg(arg)(msgsProv.messages)
95-
case other => other
95+
case other => other
9696
}
9797
)
9898
).toMap

play27-bootstrap4/module/app/views/b4/package.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ package object b4 {
7272
Symbol("id"), Symbol("value")
7373
).map {
7474
case arg if arg._1 == Symbol("placeholder") => Args.msg(arg)(msgsProv.messages)
75-
case other => other
75+
case other => other
7676
}
7777
)
7878
).toMap

0 commit comments

Comments
 (0)