TSLint compliance

This commit is contained in:
hensm
2019-05-02 01:23:43 +01:00
committed by Matt Hensman
parent 95d9d846c5
commit 8ad20a7aea
11 changed files with 32 additions and 36 deletions

View File

@@ -18,7 +18,7 @@ export enum ReceiverSelectorManagerType {
, NativeMac
}
export function getReceiverSelectorManager(
export function getReceiverSelectorManager (
type: ReceiverSelectorManagerType) {
switch (type) {