chiark
/
gitweb
/
~ian
/
mastodonochrome.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
29109fb
)
Trivial indentation fix.
author
Simon Tatham
<anakin@pobox.com>
Fri, 5 Jan 2024 09:48:44 +0000
(09:48 +0000)
committer
Simon Tatham
<anakin@pobox.com>
Fri, 5 Jan 2024 09:57:51 +0000
(09:57 +0000)
src/tui.rs
patch
|
blob
|
history
diff --git
a/src/tui.rs
b/src/tui.rs
index 70e1288bc0a932566ab55e6b0bad65eff6bb06b8..56ed67a21aa2310dd4133fbd2518ee87a2e449c5 100644
(file)
--- a/
src/tui.rs
+++ b/
src/tui.rs
@@
-636,8
+636,8
@@
impl TuiLogicalState {
self.overlay_activity_state = None;
}
-fn new_activity_state(&self, activity: Activity, client: &mut Client,
- post: Option<Post>) -> Box<dyn ActivityState>
+
fn new_activity_state(&self, activity: Activity, client: &mut Client,
+
post: Option<Post>) -> Box<dyn ActivityState>
{
let result = match activity {
Activity::NonUtil(NonUtilityActivity::MainMenu) =>