Skip to content

Commit

Permalink
Fixed indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugo-ter-Doest committed Nov 26, 2023
1 parent 846e6aa commit 57f0daf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions spec/sentence_tokenizer_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -182,8 +182,8 @@ describe('sentence_tokenizer', function () {
We're trying to figure out variations in versions of the package.
`.trim()
expect(tokenizer.tokenize(testInput)).toEqual([
'This is some test content.',
'We\'re trying to figure out variations in versions of the package.'
])
'This is some test content.',
'We\'re trying to figure out variations in versions of the package.'
])
})
})

0 comments on commit 57f0daf

Please sign in to comment.