Skip to content

Commit 0815fe2

Browse files
committed
Fix one more merge conflict
1 parent b570742 commit 0815fe2

File tree

1 file changed

+0
-4
lines changed
  • lib/elixir_script/passes/translate/forms

1 file changed

+0
-4
lines changed

lib/elixir_script/passes/translate/forms/for.ex

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,7 @@ defmodule ElixirScript.Translate.Forms.For do
22
@moduledoc false
33

44
alias ESTree.Tools.Builder, as: JS
5-
<<<<<<< HEAD
6-
alias ElixirScript.Translate.{Form, Clause, Identifier, Helpers}
7-
=======
85
alias ElixirScript.Translate.{Form, Clause, Helpers, Identifier}
9-
>>>>>>> master
106
alias ElixirScript.Translate.Forms.Pattern
117

128
def compile({:for, _, generators}, state) do

0 commit comments

Comments
 (0)