Skip to content

Commit 6fc1d01

Browse files
🤖 dprint fmt
1 parent 773585a commit 6fc1d01

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

types/w3c-image-capture/index.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ interface ImageCapture {
1313
}
1414

1515
declare var ImageCapture: {
16-
prototype: ImageCapture
16+
prototype: ImageCapture;
1717
new(videoTrack: MediaStreamTrack): ImageCapture;
18-
}
18+
};
1919

2020
interface PhotoCapabilities {
2121
redEyeReduction?: "never" | "always" | "controllable";

0 commit comments

Comments
 (0)