This commit is contained in:
Simon Gardling
2021-03-31 10:24:56 -04:00
parent bec6340607
commit 32bfd1b27e
9 changed files with 66 additions and 54 deletions

View File

@@ -10,7 +10,7 @@ impl Clone for Blur {
fn clone(&self) -> Blur {
return Blur {
row_buffer: self.row_buffer.clone(),
}
};
}
}