Skip to content

Commit 5db199c

Browse files
fix formatting
1 parent 4762af9 commit 5db199c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/systems/index_cache.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ function check_index_map(idxmap, sym)
239239
nothing
240240
end
241241
end
242-
242+
243243
function discrete_linear_index(ic::IndexCache, idx::ParameterIndex)
244244
idx.portion isa SciMLStructures.Discrete || error("Discrete variable index expected")
245245
ind = sum(temp.length for temp in ic.tunable_buffer_sizes; init = 0)

0 commit comments

Comments
 (0)