Skip to content

Commit 1365bd7

Browse files
bjornstarBorewit
authored andcommitted
remove extraneous whitespace
1 parent 0c57f1b commit 1365bd7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ npm install --save-dev @tokenizer/token
3939
```js
4040
import * as strtok3 from 'strtok3';
4141
import * as token from 'token-types';
42-
42+
4343
(async () => {
4444

4545
const tokenizer = await strtok3.fromFile("somefile.bin");
@@ -48,7 +48,7 @@ import * as token from 'token-types';
4848
console.log(`My number: ${myNumber}`);
4949
} finally {
5050
tokenizer.close(); // Close the file
51-
}
51+
}
5252
})();
5353
```
5454

@@ -92,7 +92,7 @@ import * as token from 'token-types';
9292
String types:
9393
* Windows-1252
9494
* ISO-8859-1
95-
95+
9696
*) The tokens exceed the JavaScript IEEE 754 64-bit Floating Point precision, decoding and encoding is best effort based.
9797

9898
### Custom token

0 commit comments

Comments
 (0)