summaryrefslogtreecommitdiffstats
path: root/examples/markdown
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2024-07-18 22:55:40 +0200
committerLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2024-07-18 22:55:40 +0200
commit1d1a5f1a28ba3002fcdd64e4cbfe1881d7ae37cb (patch)
tree05352caf0be22a571825b973f36aa31e0b29957f /examples/markdown
parent23ad15391c88f562c90f4344d3949f76b6f9caf9 (diff)
downloadiced-1d1a5f1a28ba3002fcdd64e4cbfe1881d7ae37cb.tar.gz
iced-1d1a5f1a28ba3002fcdd64e4cbfe1881d7ae37cb.tar.bz2
iced-1d1a5f1a28ba3002fcdd64e4cbfe1881d7ae37cb.zip
Fix newlines in `highlighter` and `markdown` example
Diffstat (limited to 'examples/markdown')
-rw-r--r--examples/markdown/src/main.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/markdown/src/main.rs b/examples/markdown/src/main.rs
index d902a4f7..6b7adc12 100644
--- a/examples/markdown/src/main.rs
+++ b/examples/markdown/src/main.rs
@@ -34,6 +34,7 @@ impl Markdown {
widget::focus_next(),
)
}
+
fn update(&mut self, message: Message) {
match message {
Message::Edit(action) => {