Skip to content

Commit

Permalink
🤖 Format .jl files (#284)
Browse files Browse the repository at this point in the history
Co-authored-by: juliohm <[email protected]>
  • Loading branch information
github-actions[bot] and juliohm authored Jun 20, 2024
1 parent 26225bc commit 1ecbd95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/transforms/unit.jl
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ function applyfeat(transform::Unit, feat, prep)
snames = selector(names)
snames .=> u
end
unitdict = Dict(pairs)
unitdict = Dict(pairs)

tuples = map(names) do name
x = Tables.getcolumn(cols, name)
Expand Down

0 comments on commit 1ecbd95

Please sign in to comment.