Skip to content

Commit 8fd110b

Browse files
committed
style: formatting docs generator
1 parent 7589bd3 commit 8fd110b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/make.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ using Random: AbstractRNG
44

55
readme = joinpath(@__DIR__, "..", "README.md")
66

7-
index_content = let r=read(readme, String)
7+
index_content = let r = read(readme, String)
88
# Wrap img tags in raw HTML blocks:
99
r = replace(r, r"(<img\s+[^>]+>)" => s"""
1010

0 commit comments

Comments
 (0)