Skip to content

Commit

Permalink
shoot: fix the merge
Browse files Browse the repository at this point in the history
  • Loading branch information
Feel-ix-343 committed Mar 3, 2024
1 parent 75fc7cb commit 10184e4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/vault/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1153,11 +1153,7 @@ pub struct Refname {
}

impl Refname {
<<<<<<< HEAD
pub fn link_file_key(&self) -> Option<String> {
=======
fn link_file_key(&self) -> Option<String> {
>>>>>>> a4009b25ad2199ae2979475f1d03afebf051d93a

let path = &self.path.clone()?;

Expand Down

0 comments on commit 10184e4

Please sign in to comment.