Skip to content

Commit da431b3

Browse files
Copilotswissspidy
andcommitted
Fix trailing whitespace in check-update methods
Co-authored-by: swissspidy <[email protected]>
1 parent cd83498 commit da431b3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Plugin_Command.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ function ( $file ) {
175175
}
176176

177177
$items = $this->get_item_list();
178-
178+
179179
// Filter to only plugins with available updates
180180
$items_with_updates = array_filter(
181181
$items,

src/Theme_Command.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ function ( $theme ) {
168168
}
169169

170170
$items = $this->get_item_list();
171-
171+
172172
// Filter to only themes with available updates
173173
$items_with_updates = array_filter(
174174
$items,

0 commit comments

Comments
 (0)