Skip to content

Commit

Permalink
formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
jd-lara committed Sep 13, 2023
1 parent 81a6652 commit 370cdbc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/feedforward/feedforwards.jl
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ function attach_feedforward!(
ff_ = T(;
component_type = get_component_type(ff),
source = get_entry_type(get_optimization_container_key(ff)),
affected_values = affected_values = get_entry_type.(get_affected_values(ff)),
affected_values = affected_values =
get_entry_type.(get_affected_values(ff)),
meta = model.service_name,
)
end
Expand Down

0 comments on commit 370cdbc

Please sign in to comment.