You've already forked authentication-service
mirror of
https://github.com/matrix-org/matrix-authentication-service.git
synced 2025-11-23 11:02:35 +03:00
Fix minor code style issues
This commit is contained in:
@@ -93,7 +93,8 @@ pub struct ErroredForm<FieldType> {
|
||||
}
|
||||
|
||||
impl<T> ErroredForm<T> {
|
||||
#[must_use] pub fn new() -> Self {
|
||||
#[must_use]
|
||||
pub fn new() -> Self {
|
||||
Self {
|
||||
form: Vec::new(),
|
||||
fields: Vec::new(),
|
||||
|
||||
Reference in New Issue
Block a user