Skip to content

Commit

Permalink
Fix whitespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
pbek committed Feb 25, 2020
1 parent 69390ab commit 7260bd7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/entities/note.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2781,8 +2781,8 @@ QVector<int> Note::findLinkedNoteIds() const {
continue;
}

const QString relativeFilePath = Note::urlEncodeNoteUrl(
note.getFilePathRelativeToNote(*this));
const QString relativeFilePath =
Note::urlEncodeNoteUrl(note.getFilePathRelativeToNote(*this));
const QString noteText = note.getNoteText();

// search for links to the relative file path in note
Expand Down

0 comments on commit 7260bd7

Please sign in to comment.