Fix whitespace

This commit is contained in:
Tyera Eulberg 2018-05-11 10:40:31 -06:00
parent ee0015ac38
commit 7144090528
1 changed files with 1 additions and 1 deletions

View File

@ -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);