Skip to content

Commit

Permalink
Dart format .
Browse files Browse the repository at this point in the history
  • Loading branch information
javad-zobeidi committed Jun 9, 2024
1 parent 993f82a commit a0e03f1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion lib/src/route/route_handler.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down
2 changes: 0 additions & 2 deletions lib/vania.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand All @@ -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';

0 comments on commit a0e03f1

Please sign in to comment.