Skip to content

Commit

Permalink
🤖 Format .jl files
Browse files Browse the repository at this point in the history
  • Loading branch information
juliohm authored and github-actions[bot] committed Jun 20, 2024
1 parent 26225bc commit cda5d91
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 cda5d91

Please sign in to comment.