Skip to content

Commit 7996c47

Browse files
committed
refact: lint trailing colosure
1 parent 45d073c commit 7996c47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/VRCKit/Utils/TrustRank.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public extension ProfileElementRepresentable {
1717
.systemTrustKnown,
1818
.systemTrustBasic
1919
]
20-
let rankTag = rankTags.first(where: { tags.systemTags.contains($0) })
20+
let rankTag = rankTags.first { tags.systemTags.contains($0) }
2121
guard let rankTag = rankTag else { return .visitor }
2222
return switch rankTag {
2323
case .systemTrustVeteran: .trusted

0 commit comments

Comments
 (0)