[macOS] Sort tool names in README (#2441)

* sort tool names
This commit is contained in:
Dibir Magomedsaygitov
2021-01-19 18:44:12 +03:00
committed by GitHub
parent 5f6a95ba04
commit 83dfe141c7
3 changed files with 73 additions and 52 deletions

View File

@@ -467,4 +467,4 @@ function Get-SwiftLintVersion {
function Get-PowershellVersion {
$powershellVersion = Run-Command "powershell --version"
return $powershellVersion
}
}