Skip to content

Commit

Permalink
chore: formatting 🧹
Browse files Browse the repository at this point in the history
  • Loading branch information
LHerskind committed Aug 22, 2023
1 parent 399cb7c commit bc6de28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yarn-project/end-to-end/src/e2e_lending_contract.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ describe('e2e_lending_contract', () => {
return BASE + offset;
};

// Helper class that emulates the logic of the lending contract. Used to have a "twin" to check values against.
// Helper class that emulates the logic of the lending contract. Used to have a "twin" to check values against.
class LendingSimulator {
public accumulator: bigint = BASE;
public time: number = 0;
Expand Down

0 comments on commit bc6de28

Please sign in to comment.