Skip to content

Commit

Permalink
camel case in linearize/
Browse files Browse the repository at this point in the history
  • Loading branch information
JanLewDev committed Sep 13, 2024
1 parent 136b4ac commit 33a0076
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/object/src/hashgraph/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import * as crypto from "node:crypto";
import { linearizeMultiple } from "../linearize/multiplesemantics.js";
import { linearizePair } from "../linearize/pairsemantics.js";
import { linearizeMultiple } from "../linearize/multipleSemantics.js";
import { linearizePair } from "../linearize/pairSemantics.js";
import { BitSet } from "./bitset.js";

export type Hash = string;
Expand Down

0 comments on commit 33a0076

Please sign in to comment.