Skip to content

Commit 3a9f8cf

Browse files
author
Maciej Makowski
committed
ci: yarn format
1 parent 869e258 commit 3a9f8cf

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

packages/react-native-audio-api/common/cpp/audioapi/core/sources/AudioScheduledSourceNode.cpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -152,9 +152,7 @@ void AudioScheduledSourceNode::disable() {
152152
}
153153

154154
std::unordered_map<std::string, EventValue> body = {
155-
{"value", getStopTime()},
156-
{"state", state}
157-
};
155+
{"value", getStopTime()}, {"state", state}};
158156

159157
context_->audioEventHandlerRegistry_->invokeHandlerWithEventBody(
160158
"ended", onEndedCallbackId_, body);

0 commit comments

Comments
 (0)