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/container.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'native/src/widget/container.rs') diff --git a/native/src/widget/container.rs b/native/src/widget/container.rs index 3459a832..d1cbb32e 100644 --- a/native/src/widget/container.rs +++ b/native/src/widget/container.rs @@ -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 -- cgit