Skip to content

Commit b65379e

Browse files
committed
Use dot as the Elixir mod.name separator
1 parent b47da5a commit b65379e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/gradient/elixir_fmt.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ defmodule Gradient.ElixirFmt do
101101
module = "#{inspect(module)}"
102102

103103
:io_lib.format(
104-
"~sUndefined ~s ~s:~p/~p~s~n",
104+
"~sUndefined ~s ~s.~p/~p~s~n",
105105
[
106106
format_location(anno, :brief, opts),
107107
type,

0 commit comments

Comments
 (0)