Skip to content

Commit cb970fa

Browse files
committed
fix(Transformer): standard
1 parent 9a475c0 commit cb970fa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/Transformer.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ class Transformer {
2525
break
2626
case 'constant':
2727
_this.columnFunctions.push(Transformer.constantFn(outputColumnConfig.value))
28-
break;
28+
break
2929
default:
30-
console.error('ERROR: Unknown outputColumnType ' + outputColumnType)
30+
console.error('ERROR: Unknown outputColumnType ' + outputColumnType)
3131
}
3232
}
3333
)

0 commit comments

Comments
 (0)