Skip to content

Commit 065c9af

Browse files
committed
fix: add proper spacing in require calls
1 parent 0f09b23 commit 065c9af

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • lib/node_modules/@stdlib/constants/float16/sqrt-pi/examples

lib/node_modules/@stdlib/constants/float16/sqrt-pi/examples/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
'use strict';
2020

21-
var FLOAT16_SQRT_PI = require('./../lib');
21+
var FLOAT16_SQRT_PI = require( './../lib' );
2222

23-
console.log(FLOAT16_SQRT_PI);
23+
console.log( FLOAT16_SQRT_PI );
2424
// => 1.7724609375

0 commit comments

Comments
 (0)