Skip to content

Commit aac24b2

Browse files
committed
Fix up formatting error that had crept in
1 parent a162bed commit aac24b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

snyk/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def __init__(
5353
self.api_url = self.api_url.rstrip("/")
5454
if self.rest_api_url[-1] == "/":
5555
self.rest_api_url = self.rest_api_url.rstrip("/")
56-
56+
5757
if debug:
5858
logging.basicConfig(level=logging.DEBUG)
5959

0 commit comments

Comments
 (0)