Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
mschoch committed Sep 19, 2024
1 parent f961a13 commit 24ff35f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/blockstore/connection-base.ts
Original file line number Diff line number Diff line change
@@ -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";
Expand Down

0 comments on commit 24ff35f

Please sign in to comment.