Skip to content

Commit 71f1ce3

Browse files
authored
Whitespace
1 parent dd8397d commit 71f1ce3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

simple-wp-optimizer.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,11 +118,11 @@ function es_optimizer_get_default_options() {
118118
*/
119119
function es_optimizer_get_options() {
120120
static $cached_options = null;
121-
121+
122122
if ( null === $cached_options ) {
123123
$cached_options = get_option( 'es_optimizer_options', es_optimizer_get_default_options() );
124124
}
125-
125+
126126
return $cached_options;
127127
}
128128

0 commit comments

Comments
 (0)