Skip to content

Commit

Permalink
Delete trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
phantominh authored and djw8605 committed May 31, 2024
1 parent a9027a8 commit 1d84fe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_create_scitoken.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class TestCreation(unittest.TestCase):
Test the creation of a simple SciToken
"""

def setUp(self):
def setUp(self):
self._private_key = generate_private_key(
public_exponent=65537,
key_size=2048,
Expand Down

0 comments on commit 1d84fe7

Please sign in to comment.