Skip to content

Commit ecc678c

Browse files
committed
style: fix indents
1 parent 28a4391 commit ecc678c

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

ios/PlatformOscillator.mm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
}
1717

1818
void PlatformOscillator::changeFrequency(const float frequency) const {
19-
[iosOscillator_ changeFrequency:frequency];
19+
[iosOscillator_ changeFrequency:frequency];
2020
}
2121

2222
} // namespace audiocontext

src/modules/global.d.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1-
import type { IGainNode } from '../Gain';
21
import type { OscillatorNode } from '../Oscillator';
32

43
export declare global {
54
function nativeCallSyncHook(): unknown;
65
var createOscillator: (frequency: number) => OscillatorNode;
7-
var createGain: (gain: number) => IGainNode;
86
}

0 commit comments

Comments
 (0)