mirror of
https://github.com/instant-labs/instant-distance.git
synced 2025-02-02 22:12:12 +00:00
Fix formatting with cargo fmt
This commit is contained in:
parent
27d5e9b522
commit
e81d838f42
@ -632,7 +632,9 @@ big_array! { BigArray; }
|
||||
|
||||
impl Default for ZeroNode {
|
||||
fn default() -> ZeroNode {
|
||||
ZeroNode { nearest: [PointId::invalid(); M * 2] }
|
||||
ZeroNode {
|
||||
nearest: [PointId::invalid(); M * 2],
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user