Skip to content

Commit c0cf59b

Browse files
committed
ran through jq for formatting
1 parent 104a7cf commit c0cf59b

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

kickstart/kickstart.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,9 @@
135135
},
136136
"registration": {
137137
"applicationId": "#{applicationId}",
138-
"roles": [ "teller" ]
138+
"roles": [
139+
"teller"
140+
]
139141
}
140142
}
141143
},
@@ -153,7 +155,9 @@
153155
},
154156
"registration": {
155157
"applicationId": "#{applicationId}",
156-
"roles": [ "customer" ]
158+
"roles": [
159+
"customer"
160+
]
157161
}
158162
}
159163
}

0 commit comments

Comments
 (0)