Update code formatter

This commit is contained in:
CJ Patoilo
2020-05-18 20:19:02 -03:00
parent bff0426201
commit c088ed49e2
6 changed files with 34 additions and 32 deletions

View File

@@ -85,7 +85,7 @@ test('Ignore should be equal', t => {
if (referenceIndex !== compareIndex)
t.is(
JSON.stringify(referenceValue.ignore),
JSON.stringify(compareValue.ignore)
JSON.stringify(compareValue.ignore),
)
})
})
@@ -97,7 +97,7 @@ test('Keywords should be equal', t => {
if (referenceIndex !== compareIndex)
t.is(
JSON.stringify(referenceValue.keywords),
JSON.stringify(compareValue.keywords)
JSON.stringify(compareValue.keywords),
)
})
})