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 +}