Skip to content

Commit

Permalink
add trailing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
rphmeier committed Jan 1, 2018
1 parent 0951a3b commit 96cc399
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion candidate-agreement/src/table.rs
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ impl<C: Context> Table<C> {
signer.clone(),
digest,
signature,
)
),
};

if let Some(misbehavior) = maybe_misbehavior {
Expand Down

0 comments on commit 96cc399

Please sign in to comment.