sort functions in alphabetical order

This commit is contained in:
Jinzhe Zeng 2020-02-24 18:24:52 -05:00 committed by GitHub
parent 48aba7b746
commit df4d6b7eeb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -49,8 +49,8 @@ load(
"is_windows",
"raw_exec",
"read_dir",
"which",
"realpath",
"which",
)
_GCC_HOST_COMPILER_PATH = "GCC_HOST_COMPILER_PATH"