Skip to content

Commit

Permalink
fix: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyrix126 committed Jun 7, 2024
1 parent 798e1dc commit e37510a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ impl NewTask {
),
push_address: self.push_address,
payload_result: Vec::new(),
description_result: String::new()
description_result: String::new(),
}
}
}

0 comments on commit e37510a

Please sign in to comment.