From e7d994d62c96a15bf547385a98e196eac1f5f03c Mon Sep 17 00:00:00 2001 From: Eric Seidel Date: Tue, 25 Apr 2023 08:47:44 -0700 Subject: [PATCH] Update library/src/updater.rs Remove space Co-authored-by: Felix Angelov --- library/src/updater.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/src/updater.rs b/library/src/updater.rs index 48ec581b..e2351931 100644 --- a/library/src/updater.rs +++ b/library/src/updater.rs @@ -457,7 +457,7 @@ pub fn update() -> UpdateStatus { } /// This does not return status. The only output is the change to the saved -/// cache. The Engine calls this during boot and it will check for an update +/// cache. The Engine calls this during boot and it will check for an update /// and install it if available. pub fn start_update_thread() { // This holds the lock on the config for the entire duration of the update