changeset 15828 | 44b49f255e31 |
parent 14207 | bb2f301d4fe0 |
child 15903 | 230dc46487ea |
--- a/rust/landgen/src/lib.rs Tue Jan 25 23:46:11 2022 +0300 +++ b/rust/landgen/src/lib.rs Thu Jan 27 03:51:13 2022 +0300 @@ -11,7 +11,13 @@ } impl<T: Copy + PartialEq> LandGenerationParameters<T> { - pub fn new(zero: T, basic: T, distance_divisor: u32, skip_distort: bool, skip_bezier: bool) -> Self { + pub fn new( + zero: T, + basic: T, + distance_divisor: u32, + skip_distort: bool, + skip_bezier: bool, + ) -> Self { Self { zero, basic,