Skip to content

Commit

Permalink
fix: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
iamnamananand996 committed Oct 9, 2024
1 parent b4b9074 commit c537893
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/bolt.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ function logPosition(title: string, { x, y, z }: { x: BN; y: BN; z: BN }) {

function logVelocity(
title: string,
{ x, y, z, lastApplied }: { x: BN; y: BN; z: BN; lastApplied: BN }
{ x, y, z, lastApplied }: { x: BN; y: BN; z: BN; lastApplied: BN },
) {
console.log(" +----------------------------------+");
console.log(` | ${padCenter(title, 32)} |`);
Expand Down

0 comments on commit c537893

Please sign in to comment.