瀏覽代碼

Remove trailing whitespace locally - GH editor seems to always force it

Borut 5 年之前
父節點
當前提交
b426116566
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/Audio/audioEngine.ts

+ 1 - 1
src/Audio/audioEngine.ts

@@ -396,4 +396,4 @@ export class AudioEngine implements IAudioEngine {
             this._connectedAnalyser.connectAudioNodes(this.masterGain, this._audioContext.destination);
         }
     }
-}
+}