Merge pull request #228 from maaku/fix-cargo-fmt

Remove excess whitespace from end of line to comply with `cargo fmt`.
This commit is contained in:
Héctor Ramón 2020-03-21 05:24:39 +01:00 committed by GitHub
commit 99a6f8dbc6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -77,7 +77,7 @@ where
self.max_height = max_height;
self
}
/// Sets the content alignment for the horizontal axis of the [`Container`].
///
/// [`Container`]: struct.Container.html

View File

@ -126,7 +126,7 @@ impl Handle {
}
/// 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.
///
/// This is useful if you have already decoded your image.