Skip to content

Commit

Permalink
format code
Browse files Browse the repository at this point in the history
  • Loading branch information
trungnotchung committed Dec 30, 2024
1 parent b03a3d4 commit a24a0d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/object/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ import { ObjectSet } from "./utils/objectSet.js";

export * as ObjectPb from "./proto/drp/object/v1/object_pb.js";
export * from "./hashgraph/index.js";
import { cloneDeep } from "es-toolkit";
import { stat } from "node:fs";
import { cloneDeep } from "es-toolkit";

export interface IACL {
isWriter: (peerId: string) => boolean;
Expand Down

0 comments on commit a24a0d5

Please sign in to comment.