Skip to content

Commit

Permalink
Update library/src/updater.rs
Browse files Browse the repository at this point in the history
Remove space

Co-authored-by: Felix Angelov <felix@shorebird.dev>
  • Loading branch information
eseidel and felangel committed Apr 25, 2023
1 parent dcc101d commit e7d994d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/src/updater.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e7d994d

Please sign in to comment.