Current section

Files

Jump to
phx_formatter lib phx formatter.ex
Raw

lib/phx/formatter.ex

defmodule Phx.Formatter do
@spec hello :: String.t()
def hello, do: "Hello!"
end