Fix code style issues (#774)

This commit is contained in:
Fangjun Kuang
2024-04-16 09:46:15 +08:00
committed by GitHub
parent 81b7f1d529
commit 6bf2099781
20 changed files with 45 additions and 57 deletions

View File

@@ -40,8 +40,7 @@ struct OnlineModelConfig {
const OnlineWenetCtcModelConfig &wenet_ctc,
const OnlineZipformer2CtcModelConfig &zipformer2_ctc,
const std::string &tokens, int32_t num_threads,
int32_t warm_up, bool debug,
const std::string &provider,
int32_t warm_up, bool debug, const std::string &provider,
const std::string &model_type)
: transducer(transducer),
paraformer(paraformer),