Skip to content

Commit

Permalink
format: Format with nightly rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
RedEtherbloom committed Apr 16, 2024
1 parent 3b27e1a commit d9e8c3b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3770,7 +3770,13 @@ pub fn remove_tag(task: &mut Task, tag: &str) {
// Disabled, as "'" should be a String for more readable shlex shell escaping.
#[allow(clippy::single_char_pattern)]
mod tests {
use std::{ffi::OsStr, fmt::Write, fs::File, io, path::{Path, PathBuf}};
use std::{
ffi::OsStr,
fmt::Write,
fs::File,
io,
path::{Path, PathBuf},
};

use ratatui::{backend::TestBackend, buffer::Buffer};

Expand Down

0 comments on commit d9e8c3b

Please sign in to comment.