Skip to content

Commit

Permalink
Remove excess whitespace from end of line to comply with cargo fmt.
Browse files Browse the repository at this point in the history
  • Loading branch information
maaku committed Mar 20, 2020
1 parent f7ec679 commit e5d264c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion native/src/widget/container.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion native/src/widget/image.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit e5d264c

Please sign in to comment.