Skip to content

Commit

Permalink
lint: prettier:write
Browse files Browse the repository at this point in the history
  • Loading branch information
jordaniza committed Mar 26, 2024
1 parent 51b7e36 commit c017029
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions subgraph/src/ids/actions.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import {Address } from '@graphprotocol/graph-ts';
import { generateEntityIdFromAddress } from "./ids";
import {generateEntityIdFromAddress} from './ids';
import {Address} from '@graphprotocol/graph-ts';

/**
* @param caller the user/plugin that will invoke the execute function on the DAO
Expand All @@ -26,4 +26,3 @@ export function generateActionEntityId(
index.toString(),
].join('_');
}

0 comments on commit c017029

Please sign in to comment.