Skip to content

Commit 5fd6f76

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)