Skip to content

Commit 791a3dd

Browse files
committed
tidy whitespace
1 parent d726aa1 commit 791a3dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zhook.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ def dumpJson(self):
352352

353353
if __name__ == '__main__':
354354
url = os.getenv("INPUT_WEBHOOKURL")
355-
355+
356356
# Handle both base64-encoded and direct JSON input
357357
eventJsonB64 = os.getenv("INPUT_EVENTJSON_B64")
358358
if eventJsonB64:

0 commit comments

Comments
 (0)