diff options
author | Thomas PEREZ <[email protected]> | 2019-10-09 20:57:28 +0200 |
---|---|---|
committer | Thomas PEREZ <[email protected]> | 2019-10-09 21:00:07 +0200 |
commit | 46783061ceddee1fe8dd4f9aa9e71a2e6a293e7f (patch) | |
tree | 39844e383c16163c8f3cfdc92c06354353069dfd /src/Exceptions/RoadRunnerException.php | |
parent | 98940ef86c39217b8bdf61e06b8883024334c45c (diff) |
Php cs fixer
Diffstat (limited to 'src/Exceptions/RoadRunnerException.php')
-rw-r--r-- | src/Exceptions/RoadRunnerException.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Exceptions/RoadRunnerException.php b/src/Exceptions/RoadRunnerException.php index 803e4e31..b044a16e 100644 --- a/src/Exceptions/RoadRunnerException.php +++ b/src/Exceptions/RoadRunnerException.php @@ -14,5 +14,4 @@ namespace Spiral\RoadRunner\Exceptions; */ class RoadRunnerException extends \RuntimeException { - -}
\ No newline at end of file +} |