Skip to content

Commit e86f4d9

Browse files
committed
whitespace
1 parent 8783bce commit e86f4d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Common/Admin/Traits/Tabbed_View.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ protected function render_tabs(): void {
143143
// Filter visible tabs.
144144
$visible_tabs = array_filter(
145145
$this->tabs,
146-
function( $tab ) {
146+
function ( $tab ) {
147147
return $tab['visible'] && current_user_can( $tab['capability'] );
148148
}
149149
);

0 commit comments

Comments
 (0)