Skip to content

Commit

Permalink
lintomg: fix spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
orenyomtov committed Oct 6, 2023
1 parent 1d049d8 commit 82c7c26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion javascript/src/signals.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import {
} from "./utils/encoding";
import hashToCurve from "./utils/hashToCurve";
import { HashedPoint, multiplyPoint } from "./utils/curve";
const { sha256 } =require('js-sha256');
const { sha256 } = require('js-sha256');

// PLUME version
export enum PlumeVersion {
Expand Down

0 comments on commit 82c7c26

Please sign in to comment.