From a0e03f1f863a7fe55045a434d770b7f177c13874 Mon Sep 17 00:00:00 2001 From: Javad Zobeidi Date: Sun, 9 Jun 2024 19:02:22 +0330 Subject: [PATCH] Dart format . --- lib/src/route/route_handler.dart | 2 +- lib/vania.dart | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/lib/src/route/route_handler.dart b/lib/src/route/route_handler.dart index b8fe2ec..bee20b5 100644 --- a/lib/src/route/route_handler.dart +++ b/lib/src/route/route_handler.dart @@ -63,7 +63,7 @@ RouteData? _getMatchRoute(String inputRoute, String method, String? domain) { inputRoute.contains( route.path.replaceAll(RegExp(r'/\{[^}]*\}'), '').split('/').last, ); - }).toList(); + }).toList(); RouteData? matchRoute; for (RouteData route in routesList) { if (route.domain != null && domain != null) { diff --git a/lib/vania.dart b/lib/vania.dart index f0329e9..a979f54 100644 --- a/lib/vania.dart +++ b/lib/vania.dart @@ -43,7 +43,6 @@ export 'src/extensions/pagination_extension.dart'; export 'src/extensions/simple_paginate_extension.dart'; export 'package:eloquent/src/query/query_builder.dart'; - export 'src/authentication/authentication.dart'; export 'src/authentication/authenticate.dart'; export 'src/cryptographic/hash.dart'; @@ -59,6 +58,5 @@ export 'src/utils/helper.dart'; export 'src/env_handler/env.dart'; export 'src/logger/logger.dart'; - export 'src/redis/vania_redis.dart'; export 'src/cache/redis_cache_driver.dart';