aboutsummaryrefslogtreecommitdiff
path: root/lockchain-core/src/users/auth.rs
diff options
context:
space:
mode:
authorKatharina Fey <kookie@spacekookie.de>2019-04-22 02:17:36 +0200
committerKatharina Fey <kookie@spacekookie.de>2019-04-22 02:17:36 +0200
commit16522d90a7ad626bb36d57fbc24076bb01ce8616 (patch)
treea3b3a5bb6a5b1826ebe4807e40df1be45ff9b292 /lockchain-core/src/users/auth.rs
parentf12fae4479c5b97ab37823d7aa58d9156e2fc3ad (diff)
Running rustfmt
Diffstat (limited to 'lockchain-core/src/users/auth.rs')
-rw-r--r--lockchain-core/src/users/auth.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/lockchain-core/src/users/auth.rs b/lockchain-core/src/users/auth.rs
index ffedb49..8b18de6 100644
--- a/lockchain-core/src/users/auth.rs
+++ b/lockchain-core/src/users/auth.rs
@@ -24,4 +24,4 @@ pub fn pam_authenticate(username: &str, password: &str) -> Result<(), AuthError>
// pub fn yubikey_authenticate(username: &str, yubi_id: &str) -> Result<(), AuthError> {
// unimplemented!()
-// } \ No newline at end of file
+// }