Skip to content

Commit d09aeba

Browse files
committed
Formatting fix
1 parent 400372f commit d09aeba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/McpServerCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ public function update( $args, $assoc_args ): void {
213213

214214
// Special case for renaming an entry.
215215
if ( isset( $assoc_args['name'] ) ) {
216-
$config[ $assoc_args['name'] ] = $config[ $args[0] ];
216+
$config[ $assoc_args['name'] ] = $config[ $args[0] ];
217217
unset( $config[ $args[0] ] );
218218
}
219219

0 commit comments

Comments
 (0)