Skip to content

Commit

Permalink
style: disable lint rule
Browse files Browse the repository at this point in the history
  • Loading branch information
kgryte committed Oct 4, 2024
1 parent e4ed66d commit 474653b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ function main() {
continue;
}
if ( k === 'parameters' ) {
envs.push( valuesEnvVar( v[ 0 ].example_values, v[ 0 ].type.dtype ) );
envs.push( valuesEnvVar( v[ 0 ].example_values, v[ 0 ].type.dtype ) ); // eslint-disable-line max-len
envs.push( prngEnvVars( v[ 0 ].rand ) );
continue;
}
Expand Down

0 comments on commit 474653b

Please sign in to comment.