Skip to content

Commit

Permalink
chore: fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanoltman committed Sep 27, 2024
1 parent 9c6d652 commit c289966
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ void main() {
);
expect(
GetOrganizationAppsResponse.fromJson(
getOrganizationAppsRequest.toJson())
.toJson(),
getOrganizationAppsRequest.toJson(),
).toJson(),
equals(getOrganizationAppsRequest.toJson()),
);
});
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ void main() {
);
expect(
GetOrganizationUsersResponse.fromJson(
getOrganizationUsersRequest.toJson())
.toJson(),
getOrganizationUsersRequest.toJson(),
).toJson(),
equals(getOrganizationUsersRequest.toJson()),
);
});
Expand Down

0 comments on commit c289966

Please sign in to comment.