Skip to content

Commit e0999b2

Browse files
Update Sources/SymbolKit/SymbolGraph/Symbol/Symbol+KindIdentifier.swift
Co-authored-by: Kyle <[email protected]>
1 parent 14c625d commit e0999b2

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

Sources/SymbolKit/SymbolGraph/Symbol/Symbol+KindIdentifier.swift

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -42,25 +42,25 @@ extension SymbolGraph.Symbol {
4242
public static let module = KindIdentifier(rawIdentifier: "module")
4343

4444
public static let allCases: [KindIdentifier] = [
45-
.`associatedtype`,
46-
.`class`,
47-
.`deinit`,
48-
.`enum`,
49-
.`case`,
50-
.`func`,
51-
.`operator`,
52-
.`init`,
53-
.`method`,
54-
.`property`,
55-
.`protocol`,
56-
.`struct`,
57-
.`subscript`,
58-
.`typeMethod`,
59-
.`typeProperty`,
60-
.`typeSubscript`,
61-
.`typealias`,
62-
.`var`,
63-
.`module`
45+
.associatedtype,
46+
.class,
47+
.deinit,
48+
.enum,
49+
.case,
50+
.func,
51+
.operator,
52+
.`init`,
53+
.method,
54+
.property,
55+
.protocol,
56+
.struct,
57+
.subscript,
58+
.typeMethod,
59+
.typeProperty,
60+
.typeSubscript,
61+
.typealias,
62+
.var,
63+
.module,
6464
]
6565

6666
/// Check the given identifier string against the list of known identifiers.

0 commit comments

Comments
 (0)