Skip to content

Commit bd08586

Browse files
committed
lint
1 parent 18d3151 commit bd08586

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/test/chain-simulator/websocket.subscriptions.cs-e2e.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,4 +170,4 @@ describe('Websocket subscriptions e2e tests (Txs and Events)', () => {
170170
expect(evt.identifier).toEqual('completedTxEvent');
171171
});
172172
});
173-
});
173+
});

src/utils/no.empty.payload.validator.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ export function NoEmptyPayload(validationOptions?: ValidationOptions) {
3636
validator: NoEmptyPayloadConstraint,
3737
});
3838
};
39-
}
39+
}

0 commit comments

Comments
 (0)