From ddceb295f43154543b7f90bbd84964ede0901dbd Mon Sep 17 00:00:00 2001 From: daxpedda Date: Fri, 14 Feb 2020 21:43:34 +0100 Subject: Revert rustfmt change. --- native/src/widget/container.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'native/src/widget') diff --git a/native/src/widget/container.rs b/native/src/widget/container.rs index 07bb62c6..3459a832 100644 --- a/native/src/widget/container.rs +++ b/native/src/widget/container.rs @@ -77,6 +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