Skip to content

Commit

Permalink
transaction: cargo fmt
Browse files Browse the repository at this point in the history
Signed-off-by: Ikey Doherty <ikey@serpentos.com>
  • Loading branch information
ikeycode committed Sep 19, 2023
1 parent 6f06312 commit 38653ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion moss/src/transaction.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ pub struct Transaction {
id: Option<Id>,

// Package set
packages: Vec<package::Id>
packages: Vec<package::Id>,
}

impl Transaction {
Expand Down

0 comments on commit 38653ac

Please sign in to comment.