We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14b5d6e commit 04309c6Copy full SHA for 04309c6
Makefile
@@ -1,5 +1,5 @@
1
.PHONY: all
2
-all: test lint
+all: lint test
3
4
.PHONY: init
5
init:
lib/src/api_client.dart
@@ -268,7 +268,7 @@ class ApiClient {
268
}
269
270
/// Invoke HTTP request
271
- /// We don't use a Map<String, String> for queryParams.
+ /// We don't use a Map<String, String> for queryParams.
272
/// If collectionFormat is 'multi' a key might appear multiple times.
273
Future<Http.Response> invokeAPI(
274
String path,
0 commit comments