Skip to content

Commit 09333f1

Browse files
authored
Apply suggestion
1 parent 9aa5706 commit 09333f1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/serialization.jl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,7 @@ end
3737
# This method may be removed if the upstream issue is fixed.
3838
function JSON.lower(x::BenchmarkGroup)
3939
d = Dict{String,Any}(
40-
"data" => Dict(string(k) => v for (k, v) in x.data),
41-
"tags" => x.tags,
40+
"data" => Dict(string(k) => v for (k, v) in x.data), "tags" => x.tags
4241
)
4342
return ["BenchmarkGroup", d]
4443
end

0 commit comments

Comments
 (0)