Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 26f11fe2 authored by Łukasz Rymanowski's avatar Łukasz Rymanowski
Browse files

leaudio: Minor coding style fix and reduntant function remove

No functionality change.

Bug: 287089515
Test: atest bluetooth_le_audio_client_test
Tag: #feature
Change-Id: Ib3fb3e2304c9075a4bfe992919ad80e7348aedf8
parent 9230d25a
Loading
Loading
Loading
Loading
+17 −17
Original line number Diff line number Diff line
@@ -1783,7 +1783,7 @@ class LeAudioClientImpl : public LeAudioClient {
              contexts, len, value)) {
        return;
      }
        leAudioDevice->SetAvailableContexts(contexts);

      leAudioDevice->SetAvailableContexts(contexts);

      if (!group) {