Skip to content

Commit

Permalink
Fix code style issues with Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
lint-action committed Jan 4, 2022
1 parent 0885e74 commit 3678d6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contracts/LaunchEvent.sol
Original file line number Diff line number Diff line change
Expand Up @@ -197,8 +197,8 @@ contract LaunchEvent is Ownable {

modifier phaseThreeOrLater() {
require(
block.timestamp >= phaseThreeStartTime,
"LaunchEvent: Not in phase three"
block.timestamp >= phaseThreeStartTime,
"LaunchEvent: Not in phase three"
);
_;
}
Expand Down

0 comments on commit 3678d6d

Please sign in to comment.