summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Thiel <sthiel@thoughtworks.com>2020-05-04 11:43:06 +0800
committerSebastian Thiel <sthiel@thoughtworks.com>2020-05-04 11:43:06 +0800
commita5988d091b437315a91accd21f6f1b61d21e2e9a (patch)
treea6e82151c26b85b210955c1eb501bfc6e4f7a2b1
parent5cedded25d10800805d6717381bf2981e270e23d (diff)
Fix cargo fmt
-rw-r--r--src/interactive/widgets/help.rs6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/interactive/widgets/help.rs b/src/interactive/widgets/help.rs
index c80770c..c4af842 100644
--- a/src/interactive/widgets/help.rs
+++ b/src/interactive/widgets/help.rs
@@ -164,7 +164,11 @@ impl HelpPane {
}
title("Keys in the Mark pane");
{
- hotkey("x/d/<space>", "remove the selected entry from the list", None);
+ hotkey(
+ "x/d/<space>",
+ "remove the selected entry from the list",
+ None,
+ );
hotkey(
"Ctrl + r",
"Permanently delete all marked entries without prompt!",