浏览代码

missed the trailing space

Borut 5 年之前
父节点
当前提交
61f33ec078
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/Audio/audioEngine.ts

+ 1 - 1
src/Audio/audioEngine.ts

@@ -75,7 +75,7 @@ export interface IAudioEngine extends IDisposable {
      * This is helpful to resume play once browser policies have been satisfied.
      */
     unlock(): void;
- 
+
     /**
      * Gets the global volume sets on the master gain.
      * @returns the global volume if set or -1 otherwise