Skip to content

Commit 863c820

Browse files
prx-lmomportuga
authored andcommitted
[hotfix/5502]
- fixed code style error
1 parent f6025ba commit 863c820

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/js/services/rowSearcher.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ module.service('rowSearcher', ['gridUtil', 'uiGridConstants', function (gridUtil
179179

180180
// Get the column value for this row
181181
var value = column.filterCellFiltered ? grid.getCellDisplayValue(row, column) : grid.getCellValue(row, column);
182-
if (value == void 0){
182+
if (value == void 0) {
183183
value = "";
184184
}
185185

0 commit comments

Comments
 (0)