mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2026-02-14 03:25:40 +00:00
addressing clippy lints
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
name="description"
|
||||
id="description"
|
||||
required
|
||||
<. if form_description.trim().len() > 0 { .>
|
||||
<. if !form_description.trim().is_empty() { .>
|
||||
value="<.= form_description .>"
|
||||
<. } .>
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user