Skip to content

Commit

Permalink
mark todo
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Jun 12, 2024
1 parent 8cf2449 commit 1d32587
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/file.rs
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,12 @@ impl File {

match add_or_delete.clone().as_str() {
"add" => {
// TODO: ..
//self.view.insert(content, beg);
}
"delete" => {}
"delete" => {
// TODO: ..
}
_ => {
unreachable!()
}
Expand Down

0 comments on commit 1d32587

Please sign in to comment.