Skip to content

Commit

Permalink
Fixed indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Mauwork authored Jun 26, 2024
1 parent 727be06 commit 710fe28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions atlassian/confluence.py
Original file line number Diff line number Diff line change
Expand Up @@ -3067,8 +3067,8 @@ def add_user_to_group(self, username, group_name):
:param group_name: str - name of group to add user to
:return: Current state of the group
"""
url = f"rest/api/user/{username}/group/{group_name}"
return self.put(url)
url = f"rest/api/user/{username}/group/{group_name}"
return self.put(url)

Check warning on line 3071 in atlassian/confluence.py

View check run for this annotation

Codecov / codecov/patch

atlassian/confluence.py#L3070-L3071

Added lines #L3070 - L3071 were not covered by tests

def add_space_permissions(
self,
Expand Down

0 comments on commit 710fe28

Please sign in to comment.