summaryrefslogtreecommitdiffstats
path: root/native/src/widget
diff options
context:
space:
mode:
authorLibravatar daxpedda <daxpedda@gmail.com>2020-02-14 21:43:34 +0100
committerLibravatar daxpedda <daxpedda@gmail.com>2020-02-14 21:43:34 +0100
commitddceb295f43154543b7f90bbd84964ede0901dbd (patch)
treeaf5744ec03d14de9136a8a0c34f2697f963efe9c /native/src/widget
parentf4b8bce837513cdd06df3a3ceba86fd9256d3cc5 (diff)
downloadiced-ddceb295f43154543b7f90bbd84964ede0901dbd.tar.gz
iced-ddceb295f43154543b7f90bbd84964ede0901dbd.tar.bz2
iced-ddceb295f43154543b7f90bbd84964ede0901dbd.zip
Revert rustfmt change.
Diffstat (limited to 'native/src/widget')
-rw-r--r--native/src/widget/container.rs1
1 files changed, 1 insertions, 0 deletions
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