Skip to content

Commit 7cc7be3

Browse files
Krishang NadgaudaKrishang Nadgauda
authored andcommitted
run prettier
1 parent bc0f822 commit 7cc7be3

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

contracts/extension/Drop.sol

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import "./interface/IDrop.sol";
55
import "../lib/MerkleProof.sol";
66

77
abstract contract Drop is IDrop {
8-
98
/*///////////////////////////////////////////////////////////////
109
State variables
1110
//////////////////////////////////////////////////////////////*/

contracts/extension/Drop1155.sol

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import "./interface/IDrop1155.sol";
55
import "../lib/MerkleProof.sol";
66

77
abstract contract Drop1155 is IDrop1155 {
8-
98
/*///////////////////////////////////////////////////////////////
109
State variables
1110
//////////////////////////////////////////////////////////////*/

contracts/extension/DropSinglePhase.sol

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import "./interface/IDropSinglePhase.sol";
55
import "../lib/MerkleProof.sol";
66

77
abstract contract DropSinglePhase is IDropSinglePhase {
8-
98
/*///////////////////////////////////////////////////////////////
109
State variables
1110
//////////////////////////////////////////////////////////////*/

contracts/extension/DropSinglePhase1155.sol

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import "./interface/IDropSinglePhase1155.sol";
55
import "../lib/MerkleProof.sol";
66

77
abstract contract DropSinglePhase1155 is IDropSinglePhase1155 {
8-
98
/*///////////////////////////////////////////////////////////////
109
Mappings
1110
//////////////////////////////////////////////////////////////*/

0 commit comments

Comments
 (0)