Formatted code

This commit is contained in:
Martin Loffler
2021-01-05 15:01:24 +01:00
parent 66a2930a6f
commit bb73f905e6
8 changed files with 63 additions and 41 deletions

View File

@@ -108,7 +108,7 @@ pub async fn req(user: User, target: Ref) -> Result<JsonValue> {
}
_ => Err(Error::InternalError),
}
},
}
_ => Err(Error::NoEffect),
}
}