Skip to content

Commit d7037c5

Browse files
committed
Satisfy Clippy
1 parent 82e3ea6 commit d7037c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/handlers/src/compat/login.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -838,7 +838,7 @@ mod tests {
838838
};
839839

840840
repo.save().await.unwrap();
841-
return user;
841+
user
842842
}
843843

844844
/// Test that a user can login with a password using the Matrix

0 commit comments

Comments
 (0)