Fixed formatting

This commit is contained in:
Vimal-Raghubir 2018-03-25 20:44:41 -04:00
parent ad47b42a6c
commit 2a2d8e9e67

View file

@ -17,7 +17,7 @@ TestRegister.addTests([
recipeConfig: [
{
op: "String to CSV",
args: [','],
args: [","],
},
],
},
@ -28,7 +28,7 @@ TestRegister.addTests([
recipeConfig: [
{
op: "String to CSV",
args: [';'],
args: [";"],
},
],
},
@ -39,7 +39,7 @@ TestRegister.addTests([
recipeConfig: [
{
op: "String to CSV",
args: [','],
args: [","],
},
],
},
@ -50,7 +50,7 @@ TestRegister.addTests([
recipeConfig: [
{
op: "String to CSV",
args: ['|'],
args: ["|"],
},
],
},
@ -61,7 +61,7 @@ TestRegister.addTests([
recipeConfig: [
{
op: "String to CSV",
args: [','],
args: [","],
},
],
},
@ -72,7 +72,7 @@ TestRegister.addTests([
recipeConfig: [
{
op: "CSV to String",
args: [','],
args: [","],
},
],
},
@ -83,7 +83,7 @@ TestRegister.addTests([
recipeConfig: [
{
op: "CSV to String",
args: [','],
args: [","],
},
],
},
@ -94,7 +94,7 @@ TestRegister.addTests([
recipeConfig: [
{
op: "CSV to String",
args: ['|'],
args: ["|"],
},
],
},
@ -105,7 +105,7 @@ TestRegister.addTests([
recipeConfig: [
{
op: "CSV to String",
args: [','],
args: [","],
},
],
},
@ -116,7 +116,7 @@ TestRegister.addTests([
recipeConfig: [
{
op: "CSV to String",
args: [','],
args: [","],
},
],
},