rust 2024 and fmt

This commit is contained in:
komodo
2025-03-12 22:21:05 -04:00
committed by mbecker20
parent a0e5a86c89
commit a12f21ca7a
190 changed files with 714 additions and 555 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ use komodo_client::entities::{all_logs_success, update::Log};
use run_command::async_run_command;
use tokio::fs;
use crate::{get_commit_hash_log, GitRes};
use crate::{GitRes, get_commit_hash_log};
/// Write file, add, commit, force push.
/// Repo must be cloned.