Skip to content

Commit

Permalink
fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
bkamins committed Oct 18, 2023
1 parent 524e034 commit 45996d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/abstractdataframe/abstractdataframe.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3270,7 +3270,7 @@ julia> df = DataFrame(a=[1, missing], b=[2, 3], c=[missing, 4])
1 │ 1 2 missing
2 │ missing 3 4
julia> findcols(x -> any(ismissing, x), df)
julia> findcols(x -> any(ismissing, x), df)
2-element Vector{Int64}:
1
3
Expand Down

0 comments on commit 45996d4

Please sign in to comment.