Skip to content

Commit fdd9eff

Browse files
committed
Fix warning
1 parent 3c943e8 commit fdd9eff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ex_doc/formatter/html.ex

+1-1
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ defmodule ExDoc.Formatter.HTML do
249249
html = Templates.extra_template(config, node, extra_type(extension), nodes_map, refs)
250250

251251
if File.regular?(output) do
252-
Utils.warn("warning: file #{Path.relative_to_cwd(output)} already exists", [])
252+
Utils.warn("file #{Path.relative_to_cwd(output)} already exists", [])
253253
end
254254

255255
File.write!(output, html)

0 commit comments

Comments
 (0)