Skip to content

Commit

Permalink
[NRLF-284] Change separator to whitespace for nrlPointerTypes
Browse files Browse the repository at this point in the history
  • Loading branch information
brianbayes committed Mar 28, 2023
1 parent 881fa3e commit a010ab0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
}

// Convert it into a complex object
var lines = nrlPointerTypes.split('\n');
var lines = nrlPointerTypes.split(' ');
var pointerTypes = [];
for (var i=0;i<lines.length;i++) {
var line = lines[i];
Expand Down

0 comments on commit a010ab0

Please sign in to comment.