Skip to content

Commit 73b482c

Browse files
committed
Fix alignment spacing
1 parent 9d2d201 commit 73b482c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Plugin_Command.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -744,7 +744,7 @@ protected function get_item_list() {
744744
];
745745

746746
// Include information from the plugin readme.txt headers.
747-
$plugin_headers = $this->get_plugin_headers( $name );
747+
$plugin_headers = $this->get_plugin_headers( $name );
748748
$items[ $file ]['tested_up_to'] = isset( $plugin_headers['tested_up_to'] ) ? $plugin_headers['tested_up_to'] : '';
749749

750750
if ( null === $update_info ) {

0 commit comments

Comments
 (0)