Skip to content

Commit cd94e9c

Browse files
authored
style: fix indentation
Signed-off-by: Athan <[email protected]>
1 parent cf3be02 commit cd94e9c

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/utils/merge/examples

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/utils/merge/examples/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ var out = merge( {}, target, source );
5353

5454
console.dir( out );
5555
/* =>
56-
{
56+
{
5757
'a': 'beep',
5858
'b': 3.141592653589793,
5959
'c': {

0 commit comments

Comments
 (0)