Skip to content

Commit cf65207

Browse files
committed
(format)
1 parent 87609aa commit cf65207

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/regen-readme.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ defmodule Readme do
6565

6666
block_content = ["### ", block_name, "\n\n" | block_content]
6767

68-
update_block(lines, String.replace(block_name, " ","."), block_content)
68+
update_block(lines, String.replace(block_name, " ", "."), block_content)
6969
end)
7070
end
7171
end

0 commit comments

Comments
 (0)