Skip to content

Commit

Permalink
chore: remove unnecessary prettier disabling
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAFrench committed Sep 29, 2023
1 parent 664cb38 commit a80dd80
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,7 @@ describe('It compiles noir program code, receiving circuit bytes and abi object.
proof: proofAsFields,
public_inputs: [main_inputs.y],
key_hash: vkHash,
// eslint-disable-next-line prettier/prettier
input_aggregation_object: ["0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0"],
input_aggregation_object: ['0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'],
};

logger.debug('recursion_inputs', recursion_inputs);
Expand Down

0 comments on commit a80dd80

Please sign in to comment.