summaryrefslogtreecommitdiff
path: root/src/hitomezashi.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/hitomezashi.rs')
-rw-r--r--src/hitomezashi.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hitomezashi.rs b/src/hitomezashi.rs
index 50d3d32..da6e296 100644
--- a/src/hitomezashi.rs
+++ b/src/hitomezashi.rs
@@ -33,7 +33,7 @@ pub fn hitomezashi(width: usize, height: usize, skew: Option<f32>) {
let mut rng = rand::thread_rng();
- let init_bit: bool = rng.gen::<bool>();
+ let init_bit: bool = rng.gen::<bool>();
let mut row_bits: Vec<bool> = Vec::with_capacity(height - 1);
let mut col_bits: Vec<bool> = Vec::with_capacity(width - 1);