gestalt icon indicating copy to clipboard operation
gestalt copied to clipboard

Masonry: Fix incorrect values on whitespace logging

Open manvoid opened this issue 5 months ago • 1 comments

Summary

In a previous PR, we changed the whitespace logging from one number to an array that has the whitespace for each column. After some tests we found that this number was actually not for each column but just the average. This PR fixes that returning a number for each column comparing it to the column that has the biggest value.

  • Added unit test

manvoid avatar Aug 28 '24 05:08 manvoid