Skip to content

Commit

Permalink
Fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
CriesofCarrots committed May 11, 2018
1 parent ee0015a commit 7144090
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ledger.rs
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ mod tests {
assert_eq!(entries0.len(), 5);

let mut entries1 = vec![];
for _ in 0..5{
for _ in 0..5 {
let entry = next_entry(&id, 0, events.clone());
id = entry.id;
entries1.push(entry);
Expand Down

0 comments on commit 7144090

Please sign in to comment.