Skip to content

Commit 5bc5ddd

Browse files
committed
formating change
1 parent d672c7a commit 5bc5ddd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/requests_https_circuitpython.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,4 @@
6262
json_resp = response.json()
6363
# Parse out the 'json' key from json_resp dict.
6464
print("JSON Data received from server:", json_resp["json"])
65-
print("-" * 40)
65+
print("-" * 40)

0 commit comments

Comments
 (0)