Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
HolbyFPV committed Nov 17, 2024
1 parent 1df141c commit 8371c96
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,3 @@ export interface AudioOutput {
devices: Record<string, AudioDeviceInfo>;
defaultDevice: string | null;
}

Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ import { z } from 'zod';
import { createBaseProvider } from '../create-base-provider';
import { onProviderEmit } from '~/desktop';
import type {
AudioOutput,
AudioProvider,
AudioProviderConfig
AudioOutput,
AudioProvider,
AudioProviderConfig,
} from './audio-provider-types';

const audioProviderConfigSchema = z.object({
Expand All @@ -28,4 +28,3 @@ export function createAudioProvider(
});
});
}

0 comments on commit 8371c96

Please sign in to comment.