Fix style issues for online punctuation source files (#1225)

This commit is contained in:
Fangjun Kuang
2024-08-06 17:43:24 +08:00
committed by GitHub
parent 1414e4dc61
commit 375c055ff8
10 changed files with 137 additions and 123 deletions

View File

@@ -22,9 +22,9 @@ struct OnlinePunctuationModelConfig {
OnlinePunctuationModelConfig() = default;
OnlinePunctuationModelConfig(const std::string &cnn_bilstm,
const std::string &bpe_vocab,
int32_t num_threads, bool debug,
const std::string &provider)
const std::string &bpe_vocab,
int32_t num_threads, bool debug,
const std::string &provider)
: cnn_bilstm(cnn_bilstm),
bpe_vocab(bpe_vocab),
num_threads(num_threads),