mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2026-02-11 18:15:39 +00:00
chore: linting
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user