Skip to content

Commit 496b62f

Browse files
committed
Format
1 parent 03fd4fa commit 496b62f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/style/module_directives/alias_lifting_test.exs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -217,8 +217,8 @@ defmodule Styler.Style.ModuleDirectives.AliasLiftingTest do
217217
end
218218

219219
test "lifting does not rewrite require directives" do
220-
# Requires sort above aliases, so a `require A.B.C` cannot be shortened to
221-
# `require C` — at that point in the file, `C` isn't aliased yet.
220+
# Requires sort above aliases, so a `require A.B.C` cannot be shortened to `require C` - at that point in the file,
221+
# `C` isn't aliased yet.
222222
assert_style(
223223
"""
224224
defmodule A do

0 commit comments

Comments
 (0)