Skip to content

Commit 67f0859

Browse files
committed
lint: fix formatting issue
Signed-off-by: Patrizio Bekerle <[email protected]>
1 parent fc2515f commit 67f0859

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/helpers/qownnotesmarkdownhighlighter.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ void QOwnNotesMarkdownHighlighter::updateCurrentNote(Note *note) {
4545
}
4646

4747
_hasEncrypted = _currentNote ? _currentNote->hasEncryptedNoteText() : false;
48-
_highlightEncrypted = false; // Reset state when note changes
48+
_highlightEncrypted = false; // Reset state when note changes
4949
}
5050

5151
/**

0 commit comments

Comments
 (0)