diff options
Diffstat (limited to 'src/Metrics.php')
-rw-r--r-- | src/Metrics.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Metrics.php b/src/Metrics.php index c17b96eb..d204a585 100644 --- a/src/Metrics.php +++ b/src/Metrics.php @@ -100,4 +100,4 @@ final class Metrics implements MetricsInterface throw new MetricException($e->getMessage(), $e->getCode(), $e); } } -}
\ No newline at end of file +} |