Skip to content

Commit 423c033

Browse files
authored
Unify style
1 parent f68bd68 commit 423c033

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/client.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,8 +157,8 @@ class JsonApiClient {
157157
_call(
158158
parse,
159159
(_) => _.delete(uri, headers: {
160-
'Accept': contentType,
161160
...headers,
161+
'Accept': contentType,
162162
}));
163163

164164
Future<Response<D>> _patch<D extends PrimaryData>(D parse(Object _), uri,

0 commit comments

Comments
 (0)