Browse Source

Add blank line back at the end

Borut 5 years ago
parent
commit
334cd1956c
1 changed files with 1 additions and 1 deletions
  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);
         }
     }
-}
+}