From 2ec4328a90d36c3885a25549f0be91cf4d11b288 Mon Sep 17 00:00:00 2001 From: Jackson Harper Date: Fri, 18 Nov 2022 13:39:09 +0800 Subject: [PATCH] Linting --- .../Sources/App/Views/WebReader/WebReaderContainer.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apple/OmnivoreKit/Sources/App/Views/WebReader/WebReaderContainer.swift b/apple/OmnivoreKit/Sources/App/Views/WebReader/WebReaderContainer.swift index a7848a50d..f4bc6bc11 100644 --- a/apple/OmnivoreKit/Sources/App/Views/WebReader/WebReaderContainer.swift +++ b/apple/OmnivoreKit/Sources/App/Views/WebReader/WebReaderContainer.swift @@ -258,7 +258,7 @@ struct WebReaderContainerView: View { .opacity(navBarVisibilityRatio) .background(Color.systemBackground) .alert("Are you sure you want to remove this item? All associated notes and highlights will be deleted.", - isPresented: $showDeleteConfirmation) { + isPresented: $showDeleteConfirmation) { Button("Remove Item", role: .destructive) { Snackbar.show(message: "Link removed") dataService.removeLink(objectID: item.objectID)