Skip to content

Commit

Permalink
lowercase file extension (#227)
Browse files Browse the repository at this point in the history
  • Loading branch information
ipekt authored Jun 6, 2024
1 parent d22379e commit c241f8d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/token/erc1155/abstract/ImmutableERC1155Base.sol
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// SPDX-License-Identifier: Apache 2.0
pragma solidity 0.8.19;

import {ERC1155, ERC1155Permit} from "../../../token/erc1155/abstract/ERC1155Permit.Sol";
import {ERC1155, ERC1155Permit} from "../../../token/erc1155/abstract/ERC1155Permit.sol";

// Allowlist
import {ERC2981} from "@openzeppelin/contracts/token/common/ERC2981.sol";
Expand Down

0 comments on commit c241f8d

Please sign in to comment.