From 8eead56cbca6bbdc0bd8da295ada3270633e2116 Mon Sep 17 00:00:00 2001 From: Florian Rappl Date: Wed, 25 Feb 2026 16:02:34 +0100 Subject: [PATCH] removed trailing whitespace --- src/ElectronNET.API/API/Cookies.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ElectronNET.API/API/Cookies.cs b/src/ElectronNET.API/API/Cookies.cs index 17ac7ee..dae3a84 100644 --- a/src/ElectronNET.API/API/Cookies.cs +++ b/src/ElectronNET.API/API/Cookies.cs @@ -63,7 +63,7 @@ namespace ElectronNET.API private event Action _changed; - + /// /// Sends a request to get all cookies matching filter, and resolves a callack with the response.