Skip to content
This repository was archived by the owner on Jul 15, 2021. It is now read-only.

Commit 15f53da

Browse files
committed
Formatting fix for CHANGELOG.md.
1 parent 5286a62 commit 15f53da

File tree

1 file changed

+58
-58
lines changed

1 file changed

+58
-58
lines changed

CHANGELOG.md

Lines changed: 58 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -24,74 +24,74 @@ All notable changes to this project will be documented in this file.
2424

2525
``` json
2626
{
27-
"type": "expression",
28-
"variant": "case",
29-
"expression": [
30-
{
31-
"type": "condition",
32-
"variant": "when",
33-
"condition": {
34-
"type": "expression",
35-
"format": "binary",
36-
"variant": "operation",
37-
"operation": "=",
38-
"left": {
27+
"type": "expression",
28+
"variant": "case",
29+
"expression": [
30+
{
31+
"type": "condition",
32+
"variant": "when",
33+
"condition": {
34+
"type": "expression",
35+
"format": "binary",
36+
"variant": "operation",
37+
"operation": "=",
38+
"left": {
39+
"type": "identifier",
40+
"variant": "column",
41+
"name": "a"
42+
},
43+
"right": {
44+
"type": "literal",
45+
"variant": "decimal",
46+
"value": "0"
47+
}
48+
},
49+
"consequent": {
3950
"type": "identifier",
4051
"variant": "column",
41-
"name": "a"
42-
},
43-
"right": {
44-
"type": "literal",
45-
"variant": "decimal",
46-
"value": "0"
52+
"name": "a1"
4753
}
4854
},
49-
"consequent": {
50-
"type": "identifier",
51-
"variant": "column",
52-
"name": "a1"
53-
}
54-
},
55-
{
56-
"type": "condition",
57-
"variant": "when",
58-
"condition": {
59-
"type": "expression",
60-
"format": "binary",
61-
"variant": "operation",
62-
"operation": "=",
63-
"left": {
55+
{
56+
"type": "condition",
57+
"variant": "when",
58+
"condition": {
59+
"type": "expression",
60+
"format": "binary",
61+
"variant": "operation",
62+
"operation": "=",
63+
"left": {
64+
"type": "identifier",
65+
"variant": "column",
66+
"name": "a"
67+
},
68+
"right": {
69+
"type": "literal",
70+
"variant": "decimal",
71+
"value": "1"
72+
}
73+
},
74+
"consequent": {
6475
"type": "identifier",
6576
"variant": "column",
66-
"name": "a"
67-
},
68-
"right": {
69-
"type": "literal",
70-
"variant": "decimal",
71-
"value": "1"
77+
"name": "b1"
7278
}
7379
},
74-
"consequent": {
75-
"type": "identifier",
76-
"variant": "column",
77-
"name": "b1"
78-
}
79-
},
80-
{
81-
"type": "condition",
82-
"variant": "else",
83-
"consequent": {
84-
"type": "identifier",
85-
"variant": "column",
86-
"name": "c1"
80+
{
81+
"type": "condition",
82+
"variant": "else",
83+
"consequent": {
84+
"type": "identifier",
85+
"variant": "column",
86+
"name": "c1"
87+
}
8788
}
89+
],
90+
"discriminant": {
91+
"type": "identifier",
92+
"variant": "column",
93+
"name": "acc"
8894
}
89-
],
90-
"discriminant": {
91-
"type": "identifier",
92-
"variant": "column",
93-
"name": "acc"
94-
}
9595
}
9696
```
9797

0 commit comments

Comments
 (0)