Skip to content

Commit 9f76add

Browse files
author
rajkp
committed
Remove extra whitespace at end of line
1 parent 1a3f322 commit 9f76add

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Config_Command.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@ public function list_( $args, $assoc_args ) {
446446
if ( 'dotenv' === $assoc_args['format'] ) {
447447
return array_walk( $values, array( $this, 'print_dotenv' ) );
448448
}
449-
449+
450450
if ( ! $strict ) {
451451
foreach ( $values as $index => $value ) {
452452
if ( is_bool( $value['value'] ) ) {

0 commit comments

Comments
 (0)