From 19b6505a6220d2996dbfa2c0d17060b84f6e72c1 Mon Sep 17 00:00:00 2001 From: Hadrien Croubois Date: Thu, 27 Apr 2023 23:19:17 +0200 Subject: [PATCH] lint --- certora/specs/methods/IERC5805.spec | 2 +- certora/specs/methods/IERC6372.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/certora/specs/methods/IERC5805.spec b/certora/specs/methods/IERC5805.spec index f1950c130..278239db7 100644 --- a/certora/specs/methods/IERC5805.spec +++ b/certora/specs/methods/IERC5805.spec @@ -8,4 +8,4 @@ methods { // external delegate(address) delegateBySig(address, uint256, uint256, uint8, bytes32, bytes32) -} \ No newline at end of file +} diff --git a/certora/specs/methods/IERC6372.spec b/certora/specs/methods/IERC6372.spec index 606bfe3e0..70978df08 100644 --- a/certora/specs/methods/IERC6372.spec +++ b/certora/specs/methods/IERC6372.spec @@ -1,4 +1,4 @@ methods { clock() returns (uint48) CLOCK_MODE() returns (string) -} \ No newline at end of file +}