Skip to content

Commit d7d1daf

Browse files
committed
formatting
1 parent 855fb22 commit d7d1daf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/estimator/kalman.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -219,8 +219,8 @@ function init_skf(model, i_ym, Â, Ĉ, Q̂, R̂; direct=true)
219219
catch my_error
220220
if isa(my_error, ErrorException)
221221
error("Cannot compute the optimal Kalman gain K̂ for the "*
222-
"SteadyKalmanFilter. You may try to remove integrators with "*
223-
"nint_u/nint_ym parameter or use the time-varying KalmanFilter.")
222+
"SteadyKalmanFilter. You may try to remove integrators with "*
223+
"nint_u/nint_ym parameter or use the time-varying KalmanFilter.")
224224
else
225225
rethrow()
226226
end

0 commit comments

Comments
 (0)