Skip to content

Commit e7ff0a2

Browse files
committed
Fix indentation
1 parent ec84c3c commit e7ff0a2

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

src/WmiScripting/config/connections.php

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
'default' => 'local',
55

66
'servers' => [
7-
'local' => [
8-
'server' => '.',
9-
'namespace' => 'Root\CIMv2',
10-
'user' => null,
11-
'password' => null,
12-
'locale' => null,
13-
'authority' => null,
14-
'security_flags' => null,
15-
],
7+
'local' => [
8+
'server' => '.',
9+
'namespace' => 'Root\CIMv2',
10+
'user' => null,
11+
'password' => null,
12+
'locale' => null,
13+
'authority' => null,
14+
'security_flags' => null,
15+
],
1616
],
1717
];

0 commit comments

Comments
 (0)