Skip to content

Commit 585e8f9

Browse files
fixed linting issues
1 parent ee54752 commit 585e8f9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/autocomplete/ResourcePropertyCompletionProvider.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@ import {
44
CREATION_POLICY_SCHEMA,
55
CreationPolicyPropertySchema,
66
} from '../artifacts/resourceAttributes/CreationPolicyPropertyDocs';
7-
import {
8-
supportsUpdatePolicy,
9-
UPDATE_POLICY_SCHEMA,
10-
UpdatePolicyPropertySchema,
11-
} from '../artifacts/resourceAttributes/UpdatePolicyPropertyDocs';
127
import {
138
deletionPolicyValueDocsMap,
149
DELETION_POLICY_VALUES,
1510
supportsSnapshot,
1611
} from '../artifacts/resourceAttributes/DeletionPolicyPropertyDocs';
12+
import {
13+
supportsUpdatePolicy,
14+
UPDATE_POLICY_SCHEMA,
15+
UpdatePolicyPropertySchema,
16+
} from '../artifacts/resourceAttributes/UpdatePolicyPropertyDocs';
1717
import { Context } from '../context/Context';
1818
import { ResourceAttribute, TopLevelSection, ResourceAttributesSet } from '../context/ContextType';
1919
import { Resource } from '../context/semantic/Entity';

0 commit comments

Comments
 (0)