Skip to content

Commit

Permalink
update: cargo check
Browse files Browse the repository at this point in the history
  • Loading branch information
honhimW committed Sep 27, 2024
1 parent abdbe0d commit 53d33ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ratisui"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
authors = ["honhimw <[email protected]>"]
rust-version = "1.81.0"
Expand Down
2 changes: 1 addition & 1 deletion src/components/redis_cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ impl RedisCli<'_> {

let mut is_right = true;
let mut is_bottom = true;
let mut desc_width = self.min_desc_width;
let desc_width;
let right_area_width = max_width.saturating_sub(menu_width.saturating_add(x));
if right_area_width < self.min_desc_width {
if x < self.min_desc_width {
Expand Down

0 comments on commit 53d33ae

Please sign in to comment.