Skip to content

Commit

Permalink
Fix exercise etl: removed list sorting
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey Makarov committed Feb 23, 2017
1 parent 7c3687d commit 6b9e713
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercises/etl/example.jl
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ function transform(input::Dict)
push!(output, pair)
end
end
Dict(sort(output))
Dict(output)
end

0 comments on commit 6b9e713

Please sign in to comment.