Skip to content

Commit a9f7b8e

Browse files
committed
Run formatter
1 parent 61c3c34 commit a9f7b8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/eex/test/eex/tokenizer_test.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ defmodule EEx.TokenizerTest do
5050
exprs = [
5151
{:text, 1, 1, 'foo '},
5252
{:expr, 1, 5, '=', ' bar\n\nbaz '},
53-
{:text, 3, 7, '\n'},
53+
{:text, 3, 7, '\n'},
5454
{:expr, 4, 1, '', ' foo '},
5555
{:text, 4, 10, '\n'},
5656
{:eof, 5, 1}

0 commit comments

Comments
 (0)