Skip to content

Commit 1db9646

Browse files
committed
Format contracts
1 parent c1cd43c commit 1db9646

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/base/BaseCustomAccounting.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,8 +237,8 @@ abstract contract BaseCustomAccounting is BaseHook, IUnlockCallback {
237237
*/
238238
function unlockCallback(bytes calldata rawData)
239239
external
240-
override
241240
virtual
241+
override
242242
onlyPoolManager
243243
returns (bytes memory returnData)
244244
{

0 commit comments

Comments
 (0)