Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
brianp committed Dec 20, 2024
1 parent c9634ac commit e1c531e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src-tauri/src/gpu_miner.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
// WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
// USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

use std::{path::PathBuf, sync::Arc};
use std::time::Duration;
use log::info;
use serde::Deserialize;
use std::time::Duration;
use std::{path::PathBuf, sync::Arc};
use tari_common_types::tari_address::TariAddress;
use tari_shutdown::ShutdownSignal;
use tokio::sync::{watch, RwLock};
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/src/node_manager.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ use tokio::sync::{watch, RwLock};

use crate::network_utils::{get_best_block_from_block_scan, get_block_info_from_block_scan};
use crate::node_adapter::{BaseNodeStatus, MinotariNodeAdapter, MinotariNodeStatusMonitorError};
use crate::process_watcher::{ProcessWatcher};
use crate::process_watcher::ProcessWatcher;
use crate::ProgressTracker;

const LOG_TARGET: &str = "tari::universe::minotari_node_manager";
Expand Down

0 comments on commit e1c531e

Please sign in to comment.