From a208e96ef5c49f26f34e36cdc4f27e1712ea3b14 Mon Sep 17 00:00:00 2001 From: Jun Han Date: Fri, 13 Dec 2019 11:33:20 +0800 Subject: [PATCH] Fix tslint --- src/Nodes/DpsSubscriptionTreeItem.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Nodes/DpsSubscriptionTreeItem.ts b/src/Nodes/DpsSubscriptionTreeItem.ts index f470b7e7..6483fb0c 100644 --- a/src/Nodes/DpsSubscriptionTreeItem.ts +++ b/src/Nodes/DpsSubscriptionTreeItem.ts @@ -7,7 +7,7 @@ import { DpsResourceTreeItem } from "./DpsResourceTreeItem"; // Represents an Azure sbuscription export class DpsSubscriptionTreeItem extends SubscriptionTreeItemBase { - public readonly childTypeLabel: string = 'Device Provisioning Service'; + public readonly childTypeLabel: string = "Device Provisioning Service"; private _nextLink: string | undefined; public hasMoreChildrenImpl(): boolean {