mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
remove redundant {..}
This commit is contained in:
parent
a143660124
commit
bcef6bf392
18 changed files with 18 additions and 18 deletions
|
@ -69,7 +69,7 @@ impl WorkingSet {
|
|||
#[cfg(test)]
|
||||
mod test {
|
||||
use super::*;
|
||||
use pretty_assertions::{assert_eq};
|
||||
use pretty_assertions::assert_eq;
|
||||
|
||||
fn make() -> (Uuid, Uuid, WorkingSet) {
|
||||
let uuid1 = Uuid::new_v4();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue