Fixed comment layout

This commit is contained in:
CodeAssemblingChicken 2021-06-08 20:02:04 +02:00 committed by GitHub
parent ac7970b75e
commit b851bd7f68

View file

@ -98,6 +98,7 @@ impl<'a, P: Pixel> Renderer<'a, P> {
}
/// Sets the size of the quiet zone in the generated image.
///
/// Default: 4 for Normal QR code and 2 for Micro QR code
pub fn quiet_zone_size(&mut self, quiet_zone: u32) -> &mut Self {
self.quiet_zone = quiet_zone;