Skip to content

Commit

Permalink
🤖 Format .jl files (#111)
Browse files Browse the repository at this point in the history
Co-authored-by: d-monnet <[email protected]>
  • Loading branch information
github-actions[bot] and d-monnet authored Nov 6, 2023
1 parent c88dbd9 commit 358a808
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tikz_export.jl
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ function export_performance_profile_tikz(
isempty(colours) && (colours = ["black" for _ = 1:size(T, 2)])
isempty(linestyles) && (linestyles = ["solid" for _ = 1:size(T, 2)])

x_mat, y_mat = BenchmarkProfiles.performance_profile_data_mat(T; logscale=logscale, kwargs...)
x_mat, y_mat = BenchmarkProfiles.performance_profile_data_mat(T; logscale = logscale, kwargs...)

# get nice looking graduation on x axis
xmax, _ = findmax(x_mat[.!isnan.(x_mat)])
Expand Down

0 comments on commit 358a808

Please sign in to comment.