Skip to content

Commit ee3dd67

Browse files
committed
Mix format
1 parent ae5874c commit ee3dd67

File tree

1 file changed

+6
-1
lines changed
  • services/app/apps/codebattle/lib/codebattle_web/templates/layout

1 file changed

+6
-1
lines changed

services/app/apps/codebattle/lib/codebattle_web/templates/layout/app.html.heex

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,12 @@
345345
role="alert"
346346
>
347347
{message}
348-
<button type="button" class="close text-white" data-dismiss="alert" aria-label="Close">
348+
<button
349+
type="button"
350+
class="close text-white"
351+
data-dismiss="alert"
352+
aria-label="Close"
353+
>
349354
<span aria-hidden="true">&times;</span>
350355
</button>
351356
</div>

0 commit comments

Comments
 (0)