Skip to content

Commit 0b39633

Browse files
authored
Update processes.jl
1 parent 3ad93b2 commit 0b39633

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/processes.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ mutable struct Process <: DiscreteProcess
1010
fsmi :: ResumableFunctions.FiniteStateMachineIterator
1111
target :: AbstractEvent
1212
resume :: Function
13-
function Process(func::Function, env::Environment, args::Any...; kwargs::Any...)
13+
function Process(func::Function, env::Environment, args...; kwargs...)
1414
proc = new()
1515
proc.bev = BaseEvent(env)
1616
proc.fsmi = func(env, args...; kwargs...)

0 commit comments

Comments
 (0)