Skip to content

Commit 036c383

Browse files
committed
bug fix
1 parent 7d5955d commit 036c383

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stat/non_hp_stat.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -759,4 +759,4 @@ function bfill!(x::AbstractVector; by=ismissing)
759759
end
760760
x
761761
end
762-
bfill(x, by=ismissing) = bfill!(copy(x), by=by)
762+
bfill(x; by=ismissing) = bfill!(copy(x), by=by)

0 commit comments

Comments
 (0)