Skip to content

Commit

Permalink
Merge pull request #48 from morpho-org/perf/small-improvements
Browse files Browse the repository at this point in the history
Small improvements
  • Loading branch information
MerlinEgalite authored Oct 22, 2024
2 parents 09e9308 + b551357 commit 42bc7ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Token.sol
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: GPL-2.0-or-later
pragma solidity 0.8.27;
pragma solidity ^0.8.27;

import {IERC20DelegatesUpgradeable} from "./interfaces/IERC20DelegatesUpgradeable.sol";

Expand Down

0 comments on commit 42bc7ec

Please sign in to comment.