This commit is contained in:
Aevyrie 2023-07-17 23:07:39 -07:00
parent af13daf4a9
commit a51174b299
No known key found for this signature in database
GPG Key ID: ADE96E69CCF36AA0

View File

@ -124,7 +124,7 @@ impl<P: GridPrecision> FloatingOriginPlugin<P> {
FloatingOriginPlugin {
grid_edge_length,
switching_threshold,
phantom: PhantomData::default(),
phantom: PhantomData,
}
}
}