Skip to content

Commit f60d6eb

Browse files
committed
format
1 parent 120844e commit f60d6eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Blocks/continuous.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,8 +196,8 @@ See also [`LimPI`](@ref)
196196
"""
197197
@mtkmodel PI begin
198198
@parameters begin
199-
k=1.0, [description = "Proportional gain"]
200-
T=1.0, [description = "Integrator time constant"]
199+
k = 1.0, [description = "Proportional gain"]
200+
T = 1.0, [description = "Integrator time constant"]
201201
end
202202
begin
203203
@symcheck T > 0 ||

0 commit comments

Comments
 (0)