Skip to content

Commit 77bdac0

Browse files
committed
Format code
1 parent 2e65bbd commit 77bdac0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Core/Sources/HostApp/AccountSettings/GitHubCopilotView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ struct GitHubCopilotView: View {
218218
case let .installed(version):
219219
Text("Copilot.Vim Version: \(version)")
220220
uninstallButton
221-
case let .outdated(version, latest):
221+
case let .outdated(version, latest, _):
222222
Text("Copilot.Vim Version: \(version) (Update Available: \(latest))")
223223
updateButton
224224
uninstallButton

0 commit comments

Comments
 (0)