Skip to content

Commit 58b1c76

Browse files
authored
style: fix indentation
Signed-off-by: Athan <[email protected]>
1 parent 253efbc commit 58b1c76

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/_tools/eslint/rules/no-unnecessary-nested-functions/examples

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/_tools/eslint/rules/no-unnecessary-nested-functions/examples/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ var linter = new Linter();
2727
var code = [
2828
'function outer() {',
2929
' function inner() {',
30-
' return 42;',
30+
' return 42;',
3131
' }',
3232
' return inner();',
3333
'}'

0 commit comments

Comments
 (0)