chiark / gitweb /
Rerun 'cargo fmt'.
authorSimon Tatham <anakin@pobox.com>
Sat, 20 Jan 2024 14:56:27 +0000 (14:56 +0000)
committerSimon Tatham <anakin@pobox.com>
Sat, 20 Jan 2024 14:59:30 +0000 (14:59 +0000)
src/tui.rs

index 99e90ec933068faf74890a3c4847c847a9b6433d..6d621e2827fa0fdd2d037d1dcf23da6a44c1001a 100644 (file)
@@ -523,7 +523,8 @@ impl Tui {
                     Todo::Keypress(ourkey) => {
                         self.state.handle_keypress(ourkey, &mut self.client)
                     }
-                    Todo::Stream(feeds_updated) => self.state
+                    Todo::Stream(feeds_updated) => self
+                        .state
                         .handle_feed_updates(feeds_updated, &mut self.client),
                 };