Skip to content

Commit 04309c6

Browse files
committed
Fix linter warnings
1 parent 14b5d6e commit 04309c6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.PHONY: all
2-
all: test lint
2+
all: lint test
33

44
.PHONY: init
55
init:

lib/src/api_client.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ class ApiClient {
268268
}
269269

270270
/// Invoke HTTP request
271-
/// We don't use a Map<String, String> for queryParams.
271+
/// We don't use a Map&lt;String, String&gt; for queryParams.
272272
/// If collectionFormat is 'multi' a key might appear multiple times.
273273
Future<Http.Response> invokeAPI(
274274
String path,

0 commit comments

Comments
 (0)