mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-16 21:24:54 +00:00
chore: add missing curly brace
This commit is contained in:
@@ -33,7 +33,9 @@ namespace PepperDash.Essentials.Core.Routing
|
|||||||
this.inputPortKey = inputPortKey;
|
this.inputPortKey = inputPortKey;
|
||||||
}
|
}
|
||||||
|
|
||||||
public void Dispatch() {
|
public void Dispatch()
|
||||||
|
{
|
||||||
action(destination, inputPortKey);
|
action(destination, inputPortKey);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user