chore: reformat code with Prettier

This commit is contained in:
Julien Fontanet
2020-06-03 11:03:03 +02:00
parent 3524886d5d
commit f18e98a63e
95 changed files with 283 additions and 350 deletions
+1 -1
View File
@@ -266,7 +266,7 @@ class AuditXoPlugin {
}
AuditXoPlugin.prototype._getRecordsStream = asyncIteratorToStream(
async function*(id) {
async function* (id) {
for await (const record of this._auditCore.getFrom(id)) {
yield JSON.stringify(record)
yield '\n'