Skip to content

Commit 332df23

Browse files
committed
fmt
1 parent 33956e5 commit 332df23

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • crates/devolutions-pedm/src/api

crates/devolutions-pedm/src/api/err.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ use hyper::StatusCode;
66
use crate::db::DbError;
77

88
/// An error type for route handlers.
9-
///
9+
///
1010
/// The error contains a status code and an optional error message.
1111
#[derive(Debug)]
1212
pub(crate) struct HandlerError(StatusCode, Option<String>);

0 commit comments

Comments
 (0)