Skip to content

Commit

Permalink
[UPDATE] remove newline.
Browse files Browse the repository at this point in the history
  • Loading branch information
kgryte committed May 10, 2015
1 parent 6c5b128 commit 5bd659d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@ var data = new Array( 1000 );
for ( var i = 0; i < data.length; i++ ) {
data[ i ] = Math.random() * 100;
}

console.log( l2norm( data ) );

0 comments on commit 5bd659d

Please sign in to comment.