Skip to content

Commit

Permalink
Trim Trailing Whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
sahirgomez1 committed Mar 16, 2022
1 parent ff5d1e9 commit f1767d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions www/frontends/compiler_gym/src/utils/Helpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,8 @@ export const percIncrease = (a, b) => {
};

/**
* This recursive function takes a tree object of parents and returns the translate Y position in canvas as a flat array.
*
* This recursive function takes a tree object of parents and
* returns the translate Y position in canvas as a flat array.
* @param {*} obj the three object of parents
* @param {*} y_deltas a memoized array with y deltas.
* @returns
Expand Down

0 comments on commit f1767d4

Please sign in to comment.