Skip to content

Commit 9c0a754

Browse files
committed
Fix indentation
1 parent b70c9f6 commit 9c0a754

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
},
1111
"autoload": {
1212
"psr-4": {
13-
"WP_CLI\\Handbook\\": "bin/"
14-
},
15-
"files": [
16-
"bin/handbook-command.php"
17-
]
13+
"WP_CLI\\Handbook\\": "bin/"
14+
},
15+
"files": [
16+
"bin/handbook-command.php"
17+
]
1818
},
1919
"require-dev": {
2020
"wp-cli/wp-cli": "^2.13",

0 commit comments

Comments
 (0)