Skip to content

Commit

Permalink
run formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
UpcraftLP committed Dec 18, 2024
1 parent 4d02088 commit cc0ffdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin/action.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ use clap::Parser;
use regex::Regex;
use std::fs::File;
use std::io::Write;
use std::{env, process};
use std::time::Duration;
use std::{env, process};
use tokio::time::sleep;
use tracing::{debug, error, info};
use tracing_subscriber::prelude::*;
Expand Down

0 comments on commit cc0ffdf

Please sign in to comment.