TSLint compliance

This commit is contained in:
hensm
2019-06-13 20:15:37 +01:00
parent 3d6c1e8891
commit 2996e50f5e
2 changed files with 3 additions and 5 deletions

View File

@@ -18,9 +18,7 @@ export enum ReceiverSelectorType {
, NativeMac
}
export function getReceiverSelector (
type: ReceiverSelectorType) {
export function getReceiverSelector (type: ReceiverSelectorType) {
switch (type) {
case ReceiverSelectorType.Popup: {
return new PopupReceiverSelector();