Skip to content

Commit

Permalink
[illicit] fix clippy lint
Browse files Browse the repository at this point in the history
  • Loading branch information
anp committed Apr 4, 2021
1 parent 0526a9a commit e433fc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion illicit/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ impl Default for Layer {
values = current.values.clone();
});

Self { values, depth }
Self { depth, values }
}
}

Expand Down

0 comments on commit e433fc7

Please sign in to comment.