Skip to content

Commit

Permalink
Fix tslint
Browse files Browse the repository at this point in the history
  • Loading branch information
formulahendry authored Dec 13, 2019
1 parent 7d89aee commit a208e96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Nodes/DpsSubscriptionTreeItem.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit a208e96

Please sign in to comment.