Skip to content

Commit 5fd6f76

Browse files
committed
Make CopilotCompletion Equatable
1 parent c9df874 commit 5fd6f76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Core/Sources/CopilotModel/CopilotCompletion.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import Foundation
22

3-
public struct CopilotCompletion: Codable {
3+
public struct CopilotCompletion: Codable, Equatable {
44
public init(
55
text: String,
66
position: CursorPosition,

0 commit comments

Comments
 (0)