Skip to content

Commit

Permalink
Fix PHPCS violation.
Browse files Browse the repository at this point in the history
  • Loading branch information
becw committed Jul 26, 2016
1 parent d6deee2 commit 1a01924
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,6 @@
/**
* Exception for when a method has not yet been updated for Drupal 8.
*/
class NotUpdatedException extends Exception {}
class NotUpdatedException extends Exception
{
}//end class

0 comments on commit 1a01924

Please sign in to comment.