chore: fix formatting

This commit is contained in:
Bryan Oltman
2024-09-27 13:23:16 -04:00
parent 9c6d65282d
commit c2899660a4
2 changed files with 4 additions and 4 deletions
@@ -16,8 +16,8 @@ void main() {
);
expect(
GetOrganizationAppsResponse.fromJson(
getOrganizationAppsRequest.toJson())
.toJson(),
getOrganizationAppsRequest.toJson(),
).toJson(),
equals(getOrganizationAppsRequest.toJson()),
);
});
@@ -14,8 +14,8 @@ void main() {
);
expect(
GetOrganizationUsersResponse.fromJson(
getOrganizationUsersRequest.toJson())
.toJson(),
getOrganizationUsersRequest.toJson(),
).toJson(),
equals(getOrganizationUsersRequest.toJson()),
);
});