From fdfb33f7ea505817a2b280e6b7be1e857c01a4a2 Mon Sep 17 00:00:00 2001 From: Dima Sabanin Date: Mon, 10 Dec 2018 16:06:56 -0500 Subject: [PATCH] Whitespace --- types/pouchdb-replication/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/pouchdb-replication/index.d.ts b/types/pouchdb-replication/index.d.ts index b2b560a925..653a93685d 100644 --- a/types/pouchdb-replication/index.d.ts +++ b/types/pouchdb-replication/index.d.ts @@ -82,7 +82,7 @@ declare namespace PouchDB { * The default delay will never exceed 10 minutes. */ back_off_function?(delay: number): number; - + /** * Can be used if you want to disable checkpoints on the source, target, or both. * Setting this option to false will prevent writing checkpoints on both source and target.