chore: linting

This commit is contained in:
Aravinth Manivannan
2023-07-02 21:51:24 +05:30
parent 1b05cdc391
commit 1e0aedad61
8 changed files with 20 additions and 20 deletions

View File

@@ -207,9 +207,9 @@ impl Data {
};
let stats: Box<dyn Stats> = if s.captcha.enable_stats {
Box::new(Real::default())
Box::<Real>::default()
} else {
Box::new(Dummy::default())
Box::<Dummy>::default()
};
let data = Data {