Skip to content

Commit

Permalink
cargo format
Browse files Browse the repository at this point in the history
  • Loading branch information
katekorsaro committed Jan 16, 2024
1 parent 1599f71 commit 9b54b8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2202,7 +2202,7 @@ impl TaskwarriorTui {
r
}

pub fn task_priority(&mut self, priority:&str) -> Result<(), String> {
pub fn task_priority(&mut self, priority: &str) -> Result<(), String> {
if self.tasks.is_empty() {
return Ok(());
}
Expand Down

0 comments on commit 9b54b8d

Please sign in to comment.