Skip to content

Commit ec0475a

Browse files
Code formatting
1 parent 83a0410 commit ec0475a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

includes/class-crowdhandler-diagnostics.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public function addCHDiagnostics($headers)
2525
$isEnabled = (isset($this->options['crowdhandler_settings_field_is_enabled'])) ? '1' : '0';
2626
$timestamp = new DateTime();
2727
$formatedTime = $timestamp->format(DateTime::ISO8601);
28-
$headers['x-crowdhandler-info'] = $this->options['crowdhandler_settings_field_public_key'] . '::' . $indexOverride . '::' . $isEnabled .'::' . $formatedTime;
28+
$headers['x-crowdhandler-info'] = $this->options['crowdhandler_settings_field_public_key'] . '::' . $indexOverride . '::' . $isEnabled . '::' . $formatedTime;
2929
}
3030
return $headers;
3131
}

0 commit comments

Comments
 (0)