Fix code style issues (#774)
This commit is contained in:
@@ -22,7 +22,7 @@ struct OnlineLMConfig {
|
||||
OnlineLMConfig() = default;
|
||||
|
||||
OnlineLMConfig(const std::string &model, float scale, int32_t lm_num_threads,
|
||||
const std::string &lm_provider)
|
||||
const std::string &lm_provider)
|
||||
: model(model),
|
||||
scale(scale),
|
||||
lm_num_threads(lm_num_threads),
|
||||
|
||||
Reference in New Issue
Block a user