Remove excess whitespace from end of line to comply with cargo fmt
.
This commit is contained in:
parent
f7ec679fec
commit
e5d264caf0
@ -77,7 +77,7 @@ where
|
|||||||
self.max_height = max_height;
|
self.max_height = max_height;
|
||||||
self
|
self
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Sets the content alignment for the horizontal axis of the [`Container`].
|
/// Sets the content alignment for the horizontal axis of the [`Container`].
|
||||||
///
|
///
|
||||||
/// [`Container`]: struct.Container.html
|
/// [`Container`]: struct.Container.html
|
||||||
|
@ -126,7 +126,7 @@ impl Handle {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// Creates an image [`Handle`] containing the image pixels directly. This
|
/// Creates an image [`Handle`] containing the image pixels directly. This
|
||||||
/// function expects the input data to be provided as a `Vec<u8>` of BGRA
|
/// function expects the input data to be provided as a `Vec<u8>` of BGRA
|
||||||
/// pixels.
|
/// pixels.
|
||||||
///
|
///
|
||||||
/// This is useful if you have already decoded your image.
|
/// This is useful if you have already decoded your image.
|
||||||
|
Loading…
Reference in New Issue
Block a user