Skip to content

Commit

Permalink
Julia Format
Browse files Browse the repository at this point in the history
  • Loading branch information
gtjusila committed Feb 9, 2025
1 parent ef5217e commit ced95d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/event_handler.jl
Original file line number Diff line number Diff line change
Expand Up @@ -167,4 +167,4 @@ function drop_event(
@assert SCIPgetStage(scipd) != SCIP_STAGE_PROBLEM
eventhdlrptr = scipd.eventhdlrs[eventhdlr]
@SCIP_CALL SCIPdropEvent(scipd, eventtype, eventhdlrptr, C_NULL, -1)
end
end

0 comments on commit ced95d9

Please sign in to comment.