Skip to content

Commit 9fc49b6

Browse files
authored
Should return nothing
1 parent b9704c9 commit 9fc49b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/FastAlmostBandedMatrices.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ end
137137
function Base.fill!(A::AlmostBandedMatrix, v)
138138
fill!(bandpart(A), v)
139139
fill!(fillpart(A), v)
140-
return A
140+
return nothing
141141
end
142142

143143
@inline function colsupport(::AbstractAlmostBandedLayout, A, j)

0 commit comments

Comments
 (0)