Skip to content

Commit

Permalink
style(errors): fix formatting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
AliSajid committed May 12, 2023
1 parent 642a489 commit 7c3ea0f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions service/src/error.rs
Expand Up @@ -3,12 +3,11 @@
use thiserror::Error;

/// An error that can occur in the process of building and deploying a service.
///
///
/// This is an enum encapsulating the various errors that can occur in the process of building and deploying a service.
///
///
#[derive(Debug, Error)]
pub enum Error {

/// An Input/Output error.
#[error("IO error: {0}")]
Io(#[from] std::io::Error),
Expand Down

0 comments on commit 7c3ea0f

Please sign in to comment.