Skip to content

Commit

Permalink
remove extra spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
kpotomkin committed Oct 4, 2019
1 parent f78912d commit f08db36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/solve.jl
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ function solve!(system::InitialValueProblem{<:HybridSystem,
end
end
else
for (i, reach_set) in enumerate(Rsets[length(Rsets) - count_Rsets + 1 : end])
for (i, reach_set) in enumerate(Rsets[length(Rsets) - count_Rsets + 1 : end])
if !check(property_loc, set(reach_set))
return CheckSolution(false, i, options)
end
Expand Down

0 comments on commit f08db36

Please sign in to comment.