Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
NJichev committed Dec 14, 2023
1 parent ea6777c commit 30ccbce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/next_ls/commands/from_pipe.ex
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ defmodule NextLS.Commands.FromPipe do
defp code_to_ast(lines) do
lines
|> Enum.join("\n")
|> Code.string_to_quoted
|> Code.string_to_quoted()
end

defp get_edit(ast, indent) do
Expand Down

0 comments on commit 30ccbce

Please sign in to comment.