Skip to content

Commit fd58b55

Browse files
authored
Update gist.py
Fix indentation
1 parent 1eeb678 commit fd58b55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_pastebin/gist.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,4 +72,4 @@ def paste(
7272
return json_response["html_url"]
7373
except KeyError:
7474
error_message = json_response["message"]
75-
raise RuntimeError(error_message)
75+
raise RuntimeError(error_message)

0 commit comments

Comments
 (0)