Skip to content

Commit deec2ab

Browse files
authored
Fix indentation in solc_select/solc_select.py
1 parent d805b37 commit deec2ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

solc_select/solc_select.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ def get_available_versions() -> [str]:
370370
# pylint: disable=consider-using-with
371371
if soliditylang_platform() == LINUX_AMD64:
372372
(_, list_url) = get_url(version=EARLIEST_RELEASE[LINUX_AMD64])
373-
github_json = urllib.request.urlopen(list_url).read()
373+
github_json = urllib.request.urlopen(list_url).read()
374374
additional_linux_versions = json.loads(github_json)["releases"]
375375
available_releases.update(additional_linux_versions)
376376

0 commit comments

Comments
 (0)