Skip to content

Commit e01e758

Browse files
committed
styleci
1 parent b7eda3d commit e01e758

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Support/SortableLink.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ private static function applyFormatting($title, string $sortColumn)
8888

8989
if ($title === null) {
9090
$title = $sortColumn;
91-
} elseif (! config('sortable.format_custom_titles', true)){
91+
} elseif (! config('sortable.format_custom_titles', true)) {
9292
return $title;
9393
}
9494

0 commit comments

Comments
 (0)