Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
jchris committed Sep 12, 2024
1 parent 37b8081 commit 6fde74f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/blockstore/fragment-gateway.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import { bs, ensureSuperLog, Logger, Result, SuperThis } from "@fireproof/core";
import { base58btc } from "multiformats/bases/base58";
import { encode, decode } from "cborg";


function getFragSize(url: URI): number {
const fragSize = url.getParam("fragSize");
let ret = 0;
Expand Down

0 comments on commit 6fde74f

Please sign in to comment.