Skip to content

Commit dcad33b

Browse files
committed
refactor: add newline
1 parent eb00055 commit dcad33b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/react-native-executorch/common/rnexecutorch/models/voice_activity_detection/VoiceActivityDetection.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ class VoiceActivityDetection : public BaseModel {
2323
std::shared_ptr<react::CallInvoker> callInvoker);
2424
[[nodiscard("Registered non-void function")]] std::vector<types::Segment>
2525
generate(std::span<float> waveform) const;
26+
2627
void unload() noexcept;
2728

2829
private:

0 commit comments

Comments
 (0)