Skip to content

Commit 7b0d2cf

Browse files
committed
Fix format
1 parent b67511d commit 7b0d2cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Convert various arguments into valid domains format.
6262
"""
6363
to_domains(domain_sizes::Vector{Int}) = map(ds -> domain(0:ds), domain_sizes)
6464

65-
function to_domains(X, ds::Int=δ_extrema(X) + 1)
65+
function to_domains(X, ds::Int = δ_extrema(X) + 1)
6666
d = domain(0:ds-1)
6767
return fill(d, length(first(X)))
6868
end

0 commit comments

Comments
 (0)