Skip to content

Commit d989290

Browse files
committed
[CHORE] Adding Equatable conformance to SyntaxSourceDetails
1 parent 540001c commit d989290

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SyntaxSparrow/Public/Utilities/SyntaxSourceDetails.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
import Foundation
99

1010
/// Struct representing the raw source for a supporting ``SyntaxSparrow/Declaration` conforming instance
11-
public struct SyntaxSourceDetails {
11+
public struct SyntaxSourceDetails: Equatable {
1212
/// The start and end bounds of the source.
1313
public let location: SyntaxSourceLocation
1414

0 commit comments

Comments
 (0)