Skip to content

Commit 33caf61

Browse files
committed
Fixed build errors caused by semicolons
1 parent dd3b060 commit 33caf61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GitLabApiClient/IGroupsClient.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public interface IGroupsClient
3333
/// This endpoint can be accessed without authentication if the group is publicly accessible.
3434
/// </summary>
3535
/// <param name="groupId">The ID, path or <see cref="Group"/> of the group.</param>
36-
Task<IList<Group>> GetDescendantGroupsAsync(GroupId groupId)
36+
Task<IList<Group>> GetDescendantGroupsAsync(GroupId groupId);
3737

3838
/// <summary>
3939
/// Get all groups that match your string in their name or path.

0 commit comments

Comments
 (0)