Skip to content

Commit

Permalink
remove trailing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
bibash28 committed Jun 5, 2024
1 parent 62f4529 commit 2b78188
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/oidc4vc/test/src/oidc4vc_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -697,7 +697,8 @@ void main() {
(request) => request.throws(
401,
DioException(
requestOptions: RequestOptions(path: tokenEndPoint)),
requestOptions: RequestOptions(path: tokenEndPoint),
),
),
);

Expand Down

0 comments on commit 2b78188

Please sign in to comment.