Skip to content

Commit 9b0ea84

Browse files
committed
lint fix
1 parent c89ba99 commit 9b0ea84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/classes/Config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ public function object_cache_file_content( $backend ) {
125125
$string .= "\t" . 'include( \'' . $object_caches[ $backend ] . '\' );' . PHP_EOL;
126126
$string .= '} else {' . PHP_EOL;
127127
$string .= "\t" . 'define( \'POWERED_OBJECT_CACHE_HAS_PROBLEM\', true );' . PHP_EOL;
128-
$string .= '}'.PHP_EOL;
128+
$string .= '}' . PHP_EOL;
129129

130130
/**
131131
* Filters object-cache.php file contents.

0 commit comments

Comments
 (0)