Skip to content

Commit

Permalink
fix: Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelmtzinf committed Oct 16, 2024
1 parent 4156eb1 commit 5de9391
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/extensions/static-a-token/StataTokenV2Pausable.t.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
g// SPDX-License-Identifier: BUSL-1.1
// SPDX-License-Identifier: BUSL-1.1
pragma solidity ^0.8.10;

import {PausableUpgradeable} from 'openzeppelin-contracts-upgradeable/contracts/utils/PausableUpgradeable.sol';
Expand Down
2 changes: 1 addition & 1 deletion tests/extensions/static-a-token/StataTokenV2Permit.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
t // SPDX-License-Identifier: BUSL-1.1
// SPDX-License-Identifier: BUSL-1.1
pragma solidity ^0.8.10;

import {ERC20PermitUpgradeable} from 'openzeppelin-contracts-upgradeable/contracts/token/ERC20/extensions/ERC20PermitUpgradeable.sol';
Expand Down

0 comments on commit 5de9391

Please sign in to comment.