summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRustin-Liu <rustin.liu@gmail.com>2019-10-12 18:58:57 +0800
committerTim Oram <dev@mitmaro.ca>2019-10-17 17:42:18 -0230
commit3cb11065ea676db0b8bfc8f63f4a1b15b4daa4da (patch)
tree002c3d668a20558527986d83a020d7470ec28b7d
parenta2d595877fe01cd828a3407aed275803d31a0f7c (diff)
fix constants.rs comment style problem
-rw-r--r--src/constants.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/constants.rs b/src/constants.rs
index c18818a..9dded56 100644
--- a/src/constants.rs
+++ b/src/constants.rs
@@ -10,7 +10,7 @@ pub const SHORT_ERROR_MESSAGE: &str = "Window too small\n";
pub const SHORT_ERROR_MESSAGE_WIDTH: usize = 16;
pub const MINIMUM_WINDOW_HEIGHT: usize = 5; // title + pad top + line + pad bottom + help
-pub const MINIMUM_COMPACT_WINDOW_WIDTH: usize = 20; //">s ccc mmmmmmmmmmmmm".len()
+pub const MINIMUM_COMPACT_WINDOW_WIDTH: usize = 20; // ">s ccc mmmmmmmmmmmmm".len()
pub const MINIMUM_FULL_WINDOW_WIDTH: usize = 34; // " > squash cccccccc mmmmmmmmmmmmm %".len()
pub const NAME: &str = "interactive-rebase-tool";