File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -70,9 +70,9 @@ function badext(filename)
70
70
noext, ext = splitext (filename)
71
71
msg = if ext == " .jld"
72
72
" JLD serialization is no longer supported. Benchmarks should now be saved in\n " *
73
- " JSON format using `save(\" $noext \" .json, args...)` and loaded from JSON using\n " *
74
- " using `load(\" $noext \" .json, args...)`. You will need to convert existing\n " *
75
- " saved benchmarks to JSON in order to use them with this version of BenchmarkTools."
73
+ " JSON format using `save(\" $noext .json\" , args...)` and loaded from JSON using\n " *
74
+ " `load(\" $noext .json\" , args...)`. You will need to convert existing saved \n " *
75
+ " benchmarks to JSON in order to use them with this version of BenchmarkTools."
76
76
else
77
77
" Only JSON serialization is supported."
78
78
end
You can’t perform that action at this time.
0 commit comments