Skip to content

Commit

Permalink
Rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
ch-iara committed Jul 28, 2023
1 parent 27e342e commit d6da2c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions rita_client/src/operator_update/mod.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//! This module is responsible for checking in with the operator server and getting updated local settings
pub mod tests;
pub mod update_loop;
pub mod updater;
pub mod tests;
extern crate openssh_keys;
use crate::dashboard::system_chain::set_system_blockchain;
use crate::exit_manager::{get_client_pub_ipv6, get_selected_exit_ip};
Expand Down Expand Up @@ -695,5 +695,3 @@ pub fn iterate_month_usage_data(mut data: VecDeque<RCUsageHour>) -> VecDeque<Usa
}
res
}


2 changes: 1 addition & 1 deletion rita_common/src/usage_tracker/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -550,4 +550,4 @@ pub fn get_payments_data() -> VecDeque<PaymentHour> {
/// a reboot or restart only, most common form of shutdown is power being pulled
pub fn save_usage_on_shutdown() {
save_usage_to_disk()
}
}

0 comments on commit d6da2c1

Please sign in to comment.