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.