Skip to content

Commit d0cb60f

Browse files
committed
style(material-management): prettier
1 parent 8c447e7 commit d0cb60f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

modules/material-management/src/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ export {
7676
readOnlyProperty,
7777
} from './immutable_class'
7878

79-
export { needs} from './needs'
79+
export { needs } from './needs'
8080
export { cloneMaterial } from './clone_cryptographic_material'
8181

8282
export * from './types'

modules/material-management/src/needs.ts

-1
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,3 @@ export function needs(
2121
throw new Err(errorMessage)
2222
}
2323
}
24-

0 commit comments

Comments
 (0)