Procházet zdrojové kódy

Removed trailing whitespace

Fox Hound před 5 roky
rodič
revize
81c60ddd87
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      src/Audio/audioSceneComponent.ts

+ 1 - 1
src/Audio/audioSceneComponent.ts

@@ -495,7 +495,7 @@ export class AudioSceneComponent implements ISceneSerializableComponent {
         }
 
         var audioEngine = Engine.audioEngine;
-        
+
         if (!audioEngine) {
             return;
         }