Skip to content

Commit 8b710b2

Browse files
prx-lmomportuga
authored andcommitted
fixed code style
1 parent da9d1b7 commit 8b710b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/selection/test/uiGridSelectionService.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ describe('ui.grid.selection uiGridSelectionService', function() {
416416
expect(grid.api.selection.getUnSelectedGridRows().length).toEqual(10);
417417
});
418418

419-
it('should retrieve the unselected rows that have a $$hashKey property', function() {
419+
it('should retrieve the unselected rows that have a $$hashKey property', function() {
420420
grid.rows.forEach(function(row) {
421421
row.isSelected = false;
422422
row.entity = {

0 commit comments

Comments
 (0)