summaryrefslogtreecommitdiff
path: root/src/hex.rs
diff options
context:
space:
mode:
authorAdandi <rwindowed@gmail.com>2025-03-21 18:33:44 +0200
committerGitHub <noreply@github.com>2025-03-21 18:33:44 +0200
commitf53d129ec4d19513e77eb6317c40597a42e01601 (patch)
treec5ea3d1fa793088a3e2bd7531c62dfc9ce9f4f0b /src/hex.rs
parent018d4287dc2a564b2daf8d595692024b91681ea3 (diff)
Update hex.rs
Diffstat (limited to 'src/hex.rs')
-rw-r--r--src/hex.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hex.rs b/src/hex.rs
index 6dfbe7f..67f692d 100644
--- a/src/hex.rs
+++ b/src/hex.rs
@@ -3,7 +3,7 @@ use std::io::stdout;
use ratatui::{backend::CrosstermBackend, Terminal};
use crossterm::{execute, terminal::{disable_raw_mode, enable_raw_mode, EnterAlternateScreen, LeaveAlternateScreen}};
use crate::{input, render};
-
+
pub struct HexEditor {
filename: String,
data: Vec<u8>,