mirror of
https://github.com/nasa/openmct.git
synced 2025-06-21 08:39:59 +00:00
#769 - Removed empty code block and addressed some excessive guard code
This commit is contained in:
@ -421,9 +421,7 @@ define(
|
||||
currentColumnLength,
|
||||
largestColumn,
|
||||
largestColumnLength;
|
||||
if (!row[key]){
|
||||
//do nothing, no value for this column;
|
||||
} else {
|
||||
if (row[key]){
|
||||
currentColumn = (row[key]).text;
|
||||
currentColumnLength =
|
||||
(currentColumn && currentColumn.length) ?
|
||||
|
Reference in New Issue
Block a user