Skip to content

Commit 90c56a2

Browse files
committed
line break
1 parent 4442d4a commit 90c56a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/indexer-common/src/subgraphs.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ export interface PreprocessedRules {
200200
export function preprocessRules(rules: IndexingRuleAttributes[]): PreprocessedRules {
201201
const globalRule = rules.find((rule) => rule.identifier === INDEXING_RULE_GLOBAL)
202202
const deploymentRulesMap = new Map<string, IndexingRuleAttributes>()
203-
203+
204204
rules.forEach((rule) => {
205205
if (rule.identifierType === SubgraphIdentifierType.DEPLOYMENT) {
206206
deploymentRulesMap.set(rule.identifier, rule)

0 commit comments

Comments
 (0)