Remove leading whitespace.

This commit is contained in:
Fabian Märki
2018-02-05 10:05:38 +01:00
parent b65fa809ef
commit 104bbe5f3c
2 changed files with 6 additions and 28 deletions

View File

@@ -53,7 +53,7 @@ Examples for ttl settings:
/* OC81, 19.01.2018 */
{
"pattern":" ^S.*-DBLM.*:BASELINE_VAL$",
"pattern":"^S.*-DBLM.*:BASELINE_VAL$",
"data_reduction":{
"default":[
{
@@ -64,7 +64,7 @@ Examples for ttl settings:
}
},
{
"pattern":" ^S.*-DBLM.*:LOSS_SIGNAL_RAW$",
"pattern":"^S.*-DBLM.*:LOSS_SIGNAL_RAW$",
"data_reduction":{
"default":[
{
@@ -75,18 +75,7 @@ Examples for ttl settings:
}
},
{
"pattern":" ^S.*-DBLM.*:B[12]_LOSS$",
"data_reduction":{
"default":[
{
"ttl":"P10D",
"modulo":1
}
]
}
},
{
"pattern":" ^S.*-DBLM.*:B[12]_LOSS_.*$",
"pattern":"^S.*-DBLM.*:B[12]_LOSS.*",
"data_reduction":{
"default":[
{

View File

@@ -45,7 +45,7 @@ Examples for ttl settings:
/* OC81, 19.01.2018 */
{
"pattern":" ^S.*-DLLM.*:BASELINE_VAL$",
"pattern":"^S.*-DLLM.*:BASELINE_VAL$",
"data_reduction":{
"default":[
{
@@ -56,7 +56,7 @@ Examples for ttl settings:
}
},
{
"pattern":" ^S.*-DLLM.*:LOSS_SIGNAL_RAW$",
"pattern":"^S.*-DLLM.*:LOSS_SIGNAL_RAW$",
"data_reduction":{
"default":[
{
@@ -67,18 +67,7 @@ Examples for ttl settings:
}
},
{
"pattern":" ^S.*-DLLM.*:CH.*_LOSS$",
"data_reduction":{
"default":[
{
"ttl":"P10D",
"modulo":1
}
]
}
},
{
"pattern":" ^S.*-DLLM.*:CH.*_LOSS_.*$",
"pattern":"^S.*-DLLM.*:CH.*_LOSS.*",
"data_reduction":{
"default":[
{