forge fmt

This commit is contained in:
die-herdplatte
2025-03-29 10:32:22 +01:00
parent 485e5fd13e
commit 68a9198e9c

View File

@@ -82,7 +82,7 @@ contract EkuboExecutor is IExecutor, ICallback, ILocker, IPayer {
_locked(msg.data[36:]);
}
function payCallback(uint256, address /*token*/) external coreOnly {
function payCallback(uint256, address /*token*/ ) external coreOnly {
// Without selector and locker id
_payCallback(msg.data[36:]);
}