Add a few more SwiftLint rules

This commit is contained in:
Marc Rousavy
2021-02-25 14:38:38 +01:00
parent 13f11975cc
commit 33619a800d
3 changed files with 22 additions and 2 deletions

View File

@@ -98,7 +98,8 @@ extension AVMetadataObject.ObjectType {
return "human-body"
case .salientObject:
return "salient-object"
default: break
default:
break
}
}
switch self {