From a46df6dbd750914e5d8b75051ae5f4425135ebf5 Mon Sep 17 00:00:00 2001 From: vyudu Date: Tue, 3 Sep 2024 17:48:50 -0400 Subject: [PATCH] format --- src/dsl.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dsl.jl b/src/dsl.jl index 5ef781cec2..946c5b298a 100644 --- a/src/dsl.jl +++ b/src/dsl.jl @@ -917,7 +917,7 @@ function recursive_expand_functions!(expr::ExprValues) end # Recursively expand the right-hand-side of an equation written using user-defined functions and special function calls like "hill(...)" with the actual corresponding expression. -function expand_equation_RHS!(eq::Expr) +function expand_equation_RHS!(eq::Expr) rhs = recursive_expand_functions!(eq.args[3]) eq.args[3] = rhs eq