From 4e949b030590372f98e8082fde30e3492ab18ae0 Mon Sep 17 00:00:00 2001 From: Erik Faulhaber <44124897+efaulhaber@users.noreply.github.com> Date: Tue, 10 Sep 2024 13:29:39 +0300 Subject: [PATCH] Reformat code in docs --- docs/src/sciml_style.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/sciml_style.md b/docs/src/sciml_style.md index a07141abe..ed4756197 100644 --- a/docs/src/sciml_style.md +++ b/docs/src/sciml_style.md @@ -56,8 +56,8 @@ Setting it to `true` makes the `SciMLStyle` use the `YASStyle` nesting rules: ```julia # With `yas_style_nesting = false` function my_large_function(argument1, argument2, - argument3, argument4, - argument5, x, y, z) + argument3, argument4, + argument5, x, y, z) foo(x) + goo(y) end