From dc45d77c40aaf4c9858aa057ddc45c227d71ea85 Mon Sep 17 00:00:00 2001 From: goenning Date: Mon, 17 Feb 2025 14:12:53 +0000 Subject: [PATCH] fix build --- plugins/updater/src/updater.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/updater/src/updater.rs b/plugins/updater/src/updater.rs index 1bf3ee97..9268cf6d 100644 --- a/plugins/updater/src/updater.rs +++ b/plugins/updater/src/updater.rs @@ -243,7 +243,7 @@ impl UpdaterBuilder { } /// Allows you to modify the `reqwest`` client builder before the HTTP request is sent. - /// + /// /// Note that `reqwest` crate may be updated in minor releases of tauri-plugin-updater. /// Therefore it's recommended to pin the plugin to at least a minor version when you're using `on_before_request`. ///