Skip to content

Commit 9761a20

Browse files
committed
Prettier
1 parent ab82ff2 commit 9761a20

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

index.d.ts

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1413,15 +1413,19 @@ type SAHPoolUtil = {
14131413
*/
14141414
wipeFiles: () => Promise<void>;
14151415

1416-
/** Unregister this VFS and release file access handles, without clearing
1417-
* files. The database must be closed before calling this. */
1416+
/**
1417+
* Unregister this VFS and release file access handles, without clearing
1418+
* files. The database must be closed before calling this.
1419+
*/
14181420
pauseVfs: () => SAHPoolUtil;
14191421

14201422
/** Returns `true` if this VFS pool is paused */
14211423
isPaused: () => boolean;
14221424

1423-
/** Re-register this VFS and re-acquire file access handles. Any previously
1424-
* open databases will have to be re-opened after calling this. */
1425+
/**
1426+
* Re-register this VFS and re-acquire file access handles. Any previously
1427+
* open databases will have to be re-opened after calling this.
1428+
*/
14251429
unpauseVfs: () => Promise<SAHPoolUtil>;
14261430
};
14271431

0 commit comments

Comments
 (0)