mirror of
https://github.com/weaveworks/scope.git
synced 2026-05-11 11:47:32 +00:00
fix linting issue for trailing spaces
This commit is contained in:
@@ -10,7 +10,6 @@ describe('StringUtils', () => {
|
||||
it('it should render 0', () => {
|
||||
expect(f(0)).toBe('0.00');
|
||||
});
|
||||
|
||||
it('it should render get rid of trailing zeros', () => {
|
||||
expect(f(2104)).toBe('2.104k');
|
||||
expect(f(21100)).toBe('21.1k');
|
||||
|
||||
Reference in New Issue
Block a user