1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 09:46:22 +00:00

Changes to pass tests and lint code

This commit is contained in:
Duarte-Frazao
2018-11-30 19:20:40 +00:00
parent 1668ef6bb4
commit a9442a019f
6 changed files with 25 additions and 25 deletions

View File

@@ -12,8 +12,8 @@ function updateSnippet (snippet, snippetFile) {
if (
currentSnippet.name === snippet.name &&
currentSnippet.prefix === snippet.prefix &&
currentSnippet.content === snippet.content &&
currentSnippet.linesHighlighted===snippet.linesHighlighted
currentSnippet.content === snippet.content &&
currentSnippet.linesHighlighted === snippet.linesHighlighted
) {
// if everything is the same then don't write to disk
resolve(snippets)