apply styleci spaces fix

This commit is contained in:
Oldemar Jesus 2024-09-12 22:10:19 +01:00
parent cdb73782f9
commit 64517d0c43
No known key found for this signature in database
GPG Key ID: 3D1D29CABF3D912F

View File

@ -74,11 +74,12 @@ class Kafka extends BaseDatastore
if (in_array($measurement, $excluded_measurement_arr)) {
Log::warning('KAFKA: Skipped parsing to Kafka, measurement is in measurement-excluded: ' . $measurement);
return;
}
}
if($excluded_device_fields != null && strlen($excluded_device_fields) > 0) {
if ($excluded_device_fields != null && strlen($excluded_device_fields) > 0) {
// convert into array
$excluded_device_fields_arr = explode(',', $excluded_device_fields);
}