Skip to content

Commit 0e21aaa

Browse files
committed
Fix line length
1 parent dea25ad commit 0e21aaa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/ex_css_modules/view.ex

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ defmodule ExCSSModules.View do
1818
"""
1919

2020
defmacro __using__(opts \\ []) do
21-
{file, [file: relative_to]} = Code.eval_quoted(opts[:stylesheet], file: __CALLER__.file)
21+
{file, [file: relative_to]} =
22+
Code.eval_quoted(opts[:stylesheet], file: __CALLER__.file)
2223

2324
file = Path.expand(file, Path.dirname(relative_to))
2425

0 commit comments

Comments
 (0)