Skip to content

Commit

Permalink
new lines at end of file
Browse files Browse the repository at this point in the history
  • Loading branch information
hexonaut committed Mar 15, 2024
1 parent 697f0c3 commit 0b6de36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/plans/D3MOperatorPlan.sol
Original file line number Diff line number Diff line change
Expand Up @@ -91,4 +91,4 @@ contract D3MOperatorPlan is ID3MPlan {
enabled = 0;
emit Disable();
}
}
}
2 changes: 1 addition & 1 deletion src/tests/plans/D3MOperatorPlan.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -101,4 +101,4 @@ contract D3MOperatorPlanTest is D3MPlanBaseTest {
assertEq(plan.enabled(), 0);
}

}
}

0 comments on commit 0b6de36

Please sign in to comment.