Skip to content

Commit 7ab3fe3

Browse files
committed
fix: prettier
1 parent f19439a commit 7ab3fe3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/material-management/src/algorithm_suites.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,8 +162,8 @@ export type CommittingAlgorithmSuiteIdentifier = Extract<
162162
AlgorithmSuiteIdentifier,
163163
| typeof AlgorithmSuiteIdentifier.ALG_AES256_GCM_IV12_TAG16_HKDF_SHA512_COMMIT_KEY
164164
| typeof AlgorithmSuiteIdentifier.ALG_AES256_GCM_IV12_TAG16_HKDF_SHA512_COMMIT_KEY_ECDSA_P384
165-
| typeof AlgorithmSuiteIdentifier[0x0478]
166-
| typeof AlgorithmSuiteIdentifier[0x0578]
165+
| (typeof AlgorithmSuiteIdentifier)[0x0478]
166+
| (typeof AlgorithmSuiteIdentifier)[0x0578]
167167
>
168168

169169
export const CommittingAlgorithmSuiteIdentifier = (() => {

0 commit comments

Comments
 (0)