Skip to content

Commit 9445788

Browse files
authored
chore: remove trailing spaces
1 parent feb5b32 commit 9445788

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/N3Store.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -411,8 +411,8 @@ export default class N3Store {
411411

412412
/**
413413
* `import` adds a stream of quads to the store
414-
*
415-
* @returns {EventEmitter & Promise<Store & EventEmitter>} A proxy object that acts as both an EventEmitter
414+
*
415+
* @returns {EventEmitter & Promise<Store & EventEmitter>} A proxy object that acts as both an EventEmitter
416416
* (for backward compatibility) and a Promise that resolves to the store when the stream is complete.
417417
*/
418418
import(stream) {

0 commit comments

Comments
 (0)