Skip to content

Commit

Permalink
Fix rest client format
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkkiller committed May 9, 2023
1 parent 6f03a8a commit ed6e9af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/rest_client/lib/rest_client.dart
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
library rest_client;

export 'src/rest_client_base.dart';
export 'src/exception/network_exception.dart';
export 'src/rest_client.dart';
export 'src/rest_client_base.dart';
1 change: 1 addition & 0 deletions packages/rest_client/lib/src/rest_client.dart
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import 'package:http/http.dart' as http;

import 'package:rest_client/src/rest_client_base.dart';

abstract class RestClient {
Expand Down

0 comments on commit ed6e9af

Please sign in to comment.