Skip to content

Commit 89a9436

Browse files
committed
dart format
1 parent 233d502 commit 89a9436

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/shelf_router/lib/src/router.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,11 +157,11 @@ class Router {
157157

158158
// first slash is always in request.handlerPath
159159
final path = prefix.substring(1);
160-
160+
161161
// Prefix it with two underscores to avoid conflicts
162162
// with user defined path parameters
163163
const pathParam = '__path';
164-
164+
165165
if (prefix.endsWith('/')) {
166166
_all(
167167
prefix + '<$pathParam|[^]*>',

0 commit comments

Comments
 (0)