Skip to content

Commit 92a3386

Browse files
main - Automatic JuliaFormatter.jl (#16)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 6eee492 commit 92a3386

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

ext/RandomExt.jl

+1-3
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ julia> @test true;
1818
```
1919
2020
"""
21-
PKGNAME.greeting() = PKGNAME.greeting(
22-
rand(5),
23-
)
21+
PKGNAME.greeting() = PKGNAME.greeting(rand(5))
2422

2523
end

0 commit comments

Comments
 (0)