Skip to content

Commit 0373d2f

Browse files
author
Maciej Makowski
committed
ci: yarn format
1 parent f7fbb5d commit 0373d2f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/react-native-audio-api/common/cpp/core/BaseAudioContext.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#ifdef ANDROID
2-
#include "AudioPlayer.h"
32
#include "AudioDecoder.h"
3+
#include "AudioPlayer.h"
44
#else
55
#include "IOSAudioDecoder.h"
66
#include "IOSAudioPlayer.h"
@@ -110,8 +110,8 @@ std::shared_ptr<PeriodicWave> BaseAudioContext::createPeriodicWave(
110110
#ifdef ANDROID
111111
std::shared_ptr<AudioBuffer> BaseAudioContext::decodeAudioDataSource(
112112
const std::string &source) {
113-
auto audioBus = audioDecoder_->decode(source);
114-
return std::make_shared<AudioBuffer>(audioBus);
113+
auto audioBus = audioDecoder_->decode(source);
114+
return std::make_shared<AudioBuffer>(audioBus);
115115
}
116116
#else
117117
std::shared_ptr<AudioBuffer> BaseAudioContext::decodeAudioDataSource(

0 commit comments

Comments
 (0)