Skip to content

Commit

Permalink
style: linting
Browse files Browse the repository at this point in the history
  • Loading branch information
tambien committed Sep 27, 2019
1 parent 08afd24 commit 3b071ed
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/helper/Offline.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ import { isArray, isFunction } from "Tone/core/util/TypeCheck";
type ReturnFunction = (time: Seconds) => void;

export async function Offline(
callback: (context: OfflineContext) =>
void | ReturnFunction | ReturnFunction[] | Promise<void | ReturnFunction> | void,
callback: (context: OfflineContext) => void | ReturnFunction | ReturnFunction[] | Promise<void | ReturnFunction> | void,
duration = 0.1, channels = 1, sampleRate: number = 44100,
): Promise<TestAudioBuffer> {
const originalContext = getContext();
Expand Down

0 comments on commit 3b071ed

Please sign in to comment.