Skip to content

Commit 5335620

Browse files
authored
style: remove spaces before colons
Signed-off-by: Philipp Burckhardt <[email protected]>
1 parent 9689bbd commit 5335620

File tree

1 file changed

+3
-3
lines changed
  • lib/node_modules/@stdlib/utils/none-own-by/lib

1 file changed

+3
-3
lines changed

lib/node_modules/@stdlib/utils/none-own-by/lib/index.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@
3131
* }
3232
*
3333
* var obj = {
34-
* 'a' : 10,
35-
* 'b' : 12,
36-
* 'c' : 15
34+
* 'a': 10,
35+
* 'b': 12,
36+
* 'c': 15
3737
* };
3838
*
3939
* var bool = noneOwnBy( obj, isUnderage );

0 commit comments

Comments
 (0)