removed trailing whitespace

This commit is contained in:
Vito Albano
2016-11-23 09:56:17 +00:00
committed by Mario Romano
parent 060c79dabb
commit 1f491f0c15

View File

@@ -251,5 +251,4 @@ describe('DynamicTableWidget', () => {
let actual = widget.getCellValue(row, column);
expect(actual).toBe('GBP 100');
});
});