We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a490ad6 commit 7884561Copy full SHA for 7884561
1 file changed
lib/styler.ex
@@ -75,8 +75,7 @@ defmodule Styler do
75
ast_to_string(ast, comments, formatter_opts)
76
end
77
78
- @doc false
79
- # Wrap `Code.string_to_quoted_with_comments` with our desired options
+ @doc "Just `Code.string_to_quoted_with_comments/2` with the necessary options"
80
def string_to_ast(code, file \\ "nofile") when is_binary(code) do
81
Code.string_to_quoted_with_comments!(code,
82
literal_encoder: &__MODULE__.literal_encoder/2,
0 commit comments