Skip to content

Commit e28aab7

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

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

Sources/SymbolKit/SymbolGraph/Symbol/KindIdentifier.swift

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -44,27 +44,27 @@ extension SymbolGraph.Symbol {
4444
public static let module = KindIdentifier(rawIdentifier: "module")
4545

4646
public static let allCases: [KindIdentifier] = [
47-
.`associatedtype`,
48-
.`class`,
49-
.`deinit`,
50-
.`enum`,
51-
.`case`,
52-
.`func`,
53-
.`operator`,
54-
.`init`,
55-
.`method`,
56-
.`property`,
57-
.`protocol`,
58-
.snippet,
59-
.snippetGroup,
60-
.`struct`,
61-
.`subscript`,
62-
.`typeMethod`,
63-
.`typeProperty`,
64-
.`typeSubscript`,
65-
.`typealias`,
66-
.`var`,
67-
.`module`
47+
.associatedtype,
48+
.class,
49+
.deinit,
50+
.enum,
51+
.case,
52+
.func,
53+
.operator,
54+
.`init`,
55+
.method,
56+
.property,
57+
.protocol,
58+
.snippet,
59+
.snippetGroup,
60+
.struct,
61+
.subscript,
62+
.typeMethod,
63+
.typeProperty,
64+
.typeSubscript,
65+
.typealias,
66+
.var,
67+
.module,
6868
]
6969

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

0 commit comments

Comments
 (0)