Skip to content

Commit

Permalink
chore: prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
npty committed Aug 27, 2024
1 parent 98a5c2b commit c98c4ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import fs from 'fs';
import { execSync } from 'child_process';
import fs from 'fs';
import { getFullnodeUrl } from '@mysten/sui/client';

export function getModuleNameFromSymbol(symbol: string) {
Expand Down

0 comments on commit c98c4ab

Please sign in to comment.