Skip to content

Commit ebac8d7

Browse files
committed
Formatting
1 parent f78cb48 commit ebac8d7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/make.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
# julia --color=yes --project make.jl
33

44
using Documenter, Bijections
5-
makedocs(; sitename="Bijections")
5+
makedocs(; sitename = "Bijections")

src/inversion.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ See also `active_inv`.
99
"""
1010
function inv(b::Bijection{S,T}) where {S,T}
1111
bb = Bijection{T,S}()
12-
for (x,y) in b
12+
for (x, y) in b
1313
bb[y] = x
1414
end
1515
return bb

0 commit comments

Comments
 (0)