From e5d264caf05b9d3ed71cf690d754e74d68d3103b Mon Sep 17 00:00:00 2001 From: Mark Friedenbach Date: Fri, 20 Mar 2020 15:51:05 -0700 Subject: Remove excess whitespace from end of line to comply with `cargo fmt`. --- native/src/widget/image.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'native/src/widget/image.rs') diff --git a/native/src/widget/image.rs b/native/src/widget/image.rs index fbe38bfc..5b067687 100644 --- a/native/src/widget/image.rs +++ b/native/src/widget/image.rs @@ -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` of BGRA + /// function expects the input data to be provided as a `Vec` of BGRA /// pixels. /// /// This is useful if you have already decoded your image. -- cgit