Skip to content

Commit 07f703b

Browse files
fix: lint
1 parent c95ae72 commit 07f703b

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
lines changed

contracts/protocol/payload-delivery/app-gateway/FeesManager.sol

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -283,10 +283,7 @@ contract FeesManager is IFeesManager, AddressResolverUtil, Ownable, Initializabl
283283
transmitter: transmitter
284284
});
285285

286-
(payloadId, root) = watcherPrecompile__().finalize(
287-
address(this),
288-
finalizeParams
289-
);
286+
(payloadId, root) = watcherPrecompile__().finalize(address(this), finalizeParams);
290287
}
291288

292289
function _createPayloadDetails(

lib.tsconfig.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@
1010
"moduleResolution": "node",
1111
"allowJs": true
1212
},
13-
"include": [
14-
"src/**/*.ts",
15-
"lib/**/*.ts",
16-
"deployments/"
17-
],
13+
"include": ["src/**/*.ts", "lib/**/*.ts", "deployments/"],
1814
"exclude": ["node_modules", "dist"]
1915
}

0 commit comments

Comments
 (0)