mirror of
https://github.com/dockur/windows.git
synced 2025-10-27 03:15:49 +00:00
fix: Formatting
Remove unnecessary newline before return statement.
This commit is contained in:
parent
5959879b25
commit
ed96c558fe
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ parseVersion() {
|
|||
if [[ "${VERSION}" == \"*\" || "${VERSION}" == \'*\' ]]; then
|
||||
VERSION="${VERSION:1:-1}"
|
||||
fi
|
||||
|
||||
|
||||
VERSION=$(expr "$VERSION" : "^\ *\(.*[^ ]\)\ *$")
|
||||
[ -z "$VERSION" ] && VERSION="win11"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue