summaryrefslogtreecommitdiff
path: root/src/PathSegmentTypeMatch.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/PathSegmentTypeMatch.php')
-rw-r--r--src/PathSegmentTypeMatch.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/PathSegmentTypeMatch.php b/src/PathSegmentTypeMatch.php
index 4e32bdb..c50e74e 100644
--- a/src/PathSegmentTypeMatch.php
+++ b/src/PathSegmentTypeMatch.php
@@ -9,5 +9,6 @@ readonly class PathSegmentTypeMatch
final public function __construct(
public PathSegmentType $type,
public string $value,
- ) {}
+ ) {
+ }
}