Skip to content

Commit a351c4a

Browse files
author
Ricardo Amador
committed
Formatting.
1 parent 5fc37df commit a351c4a

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

lib/src/common/orgs_service.dart

+5-2
Original file line numberDiff line numberDiff line change
@@ -237,8 +237,11 @@ class OrganizationsService extends Service {
237237
int teamId,
238238
String user,
239239
) {
240-
return github.request('DELETE', '/teams/$teamId/memberships/$user',
241-
statusCode: StatusCodes.NO_CONTENT,);
240+
return github.request(
241+
'DELETE',
242+
'/teams/$teamId/memberships/$user',
243+
statusCode: StatusCodes.NO_CONTENT,
244+
);
242245
}
243246

244247
/// Lists the repositories that the specified team has access to.

0 commit comments

Comments
 (0)