diff options
author | 2020-03-21 05:24:39 +0100 | |
---|---|---|
committer | 2020-03-21 05:24:39 +0100 | |
commit | 99a6f8dbc6f9f50f799906c8104dfff961469fd0 (patch) | |
tree | 70d39ebb8d3084193ec657a01fba2fe94643688f /native/src/widget/container.rs | |
parent | f7ec679fec1b69c6dc5bc12d60627629f086bf22 (diff) | |
parent | e5d264caf05b9d3ed71cf690d754e74d68d3103b (diff) | |
download | iced-99a6f8dbc6f9f50f799906c8104dfff961469fd0.tar.gz iced-99a6f8dbc6f9f50f799906c8104dfff961469fd0.tar.bz2 iced-99a6f8dbc6f9f50f799906c8104dfff961469fd0.zip |
Merge pull request #228 from maaku/fix-cargo-fmt
Remove excess whitespace from end of line to comply with `cargo fmt`.
Diffstat (limited to 'native/src/widget/container.rs')
-rw-r--r-- | native/src/widget/container.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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 |