Skip to content

Commit 958ef9a

Browse files
committed
Reformat with mix format
1 parent 92f265a commit 958ef9a

File tree

9 files changed

+1020
-274
lines changed

9 files changed

+1020
-274
lines changed

.formatter.exs

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Used by "mix format"
2+
[
3+
inputs: ["mix.exs", "{config,lib,test}/**/*.{ex,exs}"]
4+
]

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Add to `mix.exs`
1111
defp deps do
1212
[
1313
# ...
14-
{:scrivener_html, "~> 1.7"}
14+
{:scrivener_html, "~> 1.8"}
1515
# ...
1616
]
1717
end

0 commit comments

Comments
 (0)