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

Commit

Permalink
Formatting fix for CHANGELOG.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
nwronski committed Oct 31, 2016
1 parent 5286a62 commit 15f53da
Showing 1 changed file with 58 additions and 58 deletions.
116 changes: 58 additions & 58 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,74 +24,74 @@ All notable changes to this project will be documented in this file.

``` json
{
"type": "expression",
"variant": "case",
"expression": [
{
"type": "condition",
"variant": "when",
"condition": {
"type": "expression",
"format": "binary",
"variant": "operation",
"operation": "=",
"left": {
"type": "expression",
"variant": "case",
"expression": [
{
"type": "condition",
"variant": "when",
"condition": {
"type": "expression",
"format": "binary",
"variant": "operation",
"operation": "=",
"left": {
"type": "identifier",
"variant": "column",
"name": "a"
},
"right": {
"type": "literal",
"variant": "decimal",
"value": "0"
}
},
"consequent": {
"type": "identifier",
"variant": "column",
"name": "a"
},
"right": {
"type": "literal",
"variant": "decimal",
"value": "0"
"name": "a1"
}
},
"consequent": {
"type": "identifier",
"variant": "column",
"name": "a1"
}
},
{
"type": "condition",
"variant": "when",
"condition": {
"type": "expression",
"format": "binary",
"variant": "operation",
"operation": "=",
"left": {
{
"type": "condition",
"variant": "when",
"condition": {
"type": "expression",
"format": "binary",
"variant": "operation",
"operation": "=",
"left": {
"type": "identifier",
"variant": "column",
"name": "a"
},
"right": {
"type": "literal",
"variant": "decimal",
"value": "1"
}
},
"consequent": {
"type": "identifier",
"variant": "column",
"name": "a"
},
"right": {
"type": "literal",
"variant": "decimal",
"value": "1"
"name": "b1"
}
},
"consequent": {
"type": "identifier",
"variant": "column",
"name": "b1"
}
},
{
"type": "condition",
"variant": "else",
"consequent": {
"type": "identifier",
"variant": "column",
"name": "c1"
{
"type": "condition",
"variant": "else",
"consequent": {
"type": "identifier",
"variant": "column",
"name": "c1"
}
}
],
"discriminant": {
"type": "identifier",
"variant": "column",
"name": "acc"
}
],
"discriminant": {
"type": "identifier",
"variant": "column",
"name": "acc"
}
}
```

Expand Down

0 comments on commit 15f53da

Please sign in to comment.