Skip to content

Commit f633ccd

Browse files
authored
Merge pull request #204 from control-toolbox/auto-juliaformatter-pr
[AUTO] JuliaFormatter.jl run
2 parents 81f15df + 3498687 commit f633ccd

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

ext/plot.jl

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -96,14 +96,14 @@ function __plot_time!(
9696
f(; ylims=:auto, xlabel=t_label, ylabel=y_label, linewidth=2, z_order=:front, kwargs...)
9797
else
9898
f(;
99-
color=color,
100-
ylims=:auto,
101-
xlabel=t_label,
102-
ylabel=y_label,
103-
linewidth=2,
104-
z_order=:front,
105-
kwargs...,
106-
)
99+
color=color,
100+
ylims=:auto,
101+
xlabel=t_label,
102+
ylabel=y_label,
103+
linewidth=2,
104+
z_order=:front,
105+
kwargs...,
106+
)
107107
end
108108

109109
# reset ylims: ylims=:auto

0 commit comments

Comments
 (0)