Skip to content

Commit 62923aa

Browse files
authored
refactor: variable declaration according to length
Signed-off-by: Gururaj Gurram <143020143+gururaj1512@users.noreply.github.com>
1 parent 013fd9a commit 62923aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • lib/node_modules/@stdlib/plot/vega/compare/ctor/lib/order

lib/node_modules/@stdlib/plot/vega/compare/ctor/lib/order/set.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ var debug = logger( 'vega:compare:set:'+prop.name );
5656
* @returns {void}
5757
*/
5858
function set( value ) {
59-
var nfields;
6059
var isSigRef;
60+
var nfields;
6161
var isStr;
6262
var opts;
6363
var i;

0 commit comments

Comments
 (0)