From 0b6de3617905ea681708fd5b6f6aa6cc94c57477 Mon Sep 17 00:00:00 2001 From: Sam MacPherson Date: Thu, 14 Mar 2024 22:05:24 -0400 Subject: [PATCH] new lines at end of file --- src/plans/D3MOperatorPlan.sol | 2 +- src/tests/plans/D3MOperatorPlan.t.sol | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/plans/D3MOperatorPlan.sol b/src/plans/D3MOperatorPlan.sol index ec3702d9..847c7042 100644 --- a/src/plans/D3MOperatorPlan.sol +++ b/src/plans/D3MOperatorPlan.sol @@ -91,4 +91,4 @@ contract D3MOperatorPlan is ID3MPlan { enabled = 0; emit Disable(); } -} \ No newline at end of file +} diff --git a/src/tests/plans/D3MOperatorPlan.t.sol b/src/tests/plans/D3MOperatorPlan.t.sol index 9edc3601..d3686cbb 100644 --- a/src/tests/plans/D3MOperatorPlan.t.sol +++ b/src/tests/plans/D3MOperatorPlan.t.sol @@ -101,4 +101,4 @@ contract D3MOperatorPlanTest is D3MPlanBaseTest { assertEq(plan.enabled(), 0); } -} \ No newline at end of file +}