Skip to content

Commit

Permalink
[autofix.ci] apply automated fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored Jul 16, 2024
1 parent 501a4d2 commit 57d6408
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions src/tts/services/azure.hh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ static const char * azureSaveFileName = "azure.json";
static const char * hostUrlBody = "tts.speech.microsoft.com/cognitiveservices";



class AzureService: public TTS::Service
{
Q_OBJECT
Expand Down Expand Up @@ -64,4 +63,4 @@ private:

void asyncVoiceListPopulating( const QString & autoSelectThisName );
};
} // namespace Azure
} // namespace TTS
2 changes: 1 addition & 1 deletion src/tts/services/dummy.hh
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ public:
};
};

} // namespace dummy
} // namespace TTS

0 comments on commit 57d6408

Please sign in to comment.