Skip to content

Commit

Permalink
Newline at the end of a file
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilja Lapkovskis committed Sep 12, 2019
1 parent 52433b6 commit f7b0ff6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Model/Resolver/CartCouponException.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@ public function __construct(Phrase $phrase, \Exception $cause = null, $code = 0)
{
parent::__construct($phrase, $cause, $code);
}
}
}

0 comments on commit f7b0ff6

Please sign in to comment.