Consistent formatting

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
pull/21833/head
Šimon Brandner 2020-12-28 08:15:54 +01:00
parent eff26600e8
commit 14a3b88497
No known key found for this signature in database
GPG Key ID: 9760693FDD98A790
1 changed files with 3 additions and 3 deletions

View File

@ -26,8 +26,8 @@ export enum Tabs {
}
export interface DesktopCapturerSourceIProps {
source: DesktopCapturerSource,
onSelect(source: DesktopCapturerSource): void,
source: DesktopCapturerSource;
onSelect(source: DesktopCapturerSource): void;
}
export class ExistingSource extends React.Component<DesktopCapturerSourceIProps> {
@ -62,7 +62,7 @@ export interface DesktopCapturerSourcePickerIState {
}
export interface DesktopCapturerSourcePickerIProps {
sources: Array<DesktopCapturerSource>;
onFinished(source: DesktopCapturerSource): void,
onFinished(source: DesktopCapturerSource): void;
}
// TODO: Figure out a way to update sources for live preview