Skip to content

Commit 62883c6

Browse files
committed
minor fix
1 parent a22e705 commit 62883c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fillmap.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
struct FillMap{T} <: LinearMaps.LinearMap{T}
1+
struct FillMap{T} <: LinearMap{T}
22
λ::T
33
size::Dims{2}
44
function FillMap::T, dims) where {T}

0 commit comments

Comments
 (0)