rm dupe end brackets

This commit is contained in:
Zack Koppert 2020-07-06 08:39:44 -07:00 committed by GitHub
parent 3b6b911d7d
commit a6aa4265be
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 4AEE18F83AFDEB23

View file

@ -105,7 +105,7 @@ function GetValidationInfo() {
$VALIDATE_PROTOBUF || -n \
$VALIDATE_OPENAPI || -n \
$VALIDATE_KOTLIN || -n \
$VALIDATE_EDITORCONFIG ]] || -n \
$VALIDATE_EDITORCONFIG || -n \
$VALIDATE_HTML ]]; then
ANY_SET="true"
fi