Skip to content

Commit ac30308

Browse files
authored
Remove extraneous parentheses
1 parent 48b9016 commit ac30308

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/speculation-rules/hooks.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ function plsr_is_speculative_loading_enabled(): bool {
2424

2525
// Disabled if the user is logged in, unless the setting explicitly allows the current user's role.
2626
if (
27-
( is_user_logged_in() )
27+
is_user_logged_in()
2828
&&
2929
'any' !== $option['authentication']
3030
&&

0 commit comments

Comments
 (0)