From 24ff35f3027fb90f540c4e388ee21861b060d578 Mon Sep 17 00:00:00 2001 From: Marty Schoch Date: Thu, 19 Sep 2024 17:24:40 -0400 Subject: [PATCH] format --- src/blockstore/connection-base.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/blockstore/connection-base.ts b/src/blockstore/connection-base.ts index 6c1fb1f20..b410bd926 100644 --- a/src/blockstore/connection-base.ts +++ b/src/blockstore/connection-base.ts @@ -1,6 +1,6 @@ import { Logger, URI } from "@adviser/cement"; -import {type SuperThis, throwFalsy} from "../types.js"; +import { type SuperThis, throwFalsy } from "../types.js"; import { TaskManager } from "./task-manager.js"; import type { BlockstoreRuntime, Connection, Loadable } from "./types.js"; import { type Loader } from "./loader.js";