Reformatted the dice roll buttons
This commit is contained in:
@@ -14,10 +14,7 @@ pub struct Error {
|
||||
|
||||
impl Error {
|
||||
pub fn new(status: u16, details: String) -> Self {
|
||||
Self {
|
||||
status,
|
||||
details,
|
||||
}
|
||||
Self { status, details }
|
||||
}
|
||||
|
||||
pub fn not_found(details: String) -> Self {
|
||||
|
||||
Reference in New Issue
Block a user