Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
Signed-off-by: Gowtham Suresh Kumar <gowtham.sureshkumar@arm.com>
  • Loading branch information
gowthamsk-arm committed Sep 1, 2024
1 parent d7e444e commit 714e814
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/back/backend_handler.rs
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ impl BackEndHandler {
///
/// # Errors
/// - if the provider ID can not perform the type of operation, returns
/// `ResponseStatus::PsaErrorNotSupported`
/// `ResponseStatus::PsaErrorNotSupported`
/// - if the provider ID does not match, returns `ResponseStatus::WrongProviderId`
/// - if the content type does not match, returns `ResponseStatus::ContentTypeNotSupported`
/// - if the accept type does not match, returns `ResponseStatus::AcceptTypeNotSupported`
Expand Down
4 changes: 2 additions & 2 deletions src/utils/service_builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,8 @@ impl ServiceBuilder {
///
/// # Errors
/// * if any of the fields specified in the configuration are inconsistent (e.g. key info manager with name 'X'
/// requested for a certain provider does not exist) or if required fields are missing, an error of kind
/// `InvalidData` is returned with a string describing the cause more accurately.
/// requested for a certain provider does not exist) or if required fields are missing, an error of kind
/// `InvalidData` is returned with a string describing the cause more accurately.
pub fn build_service(config: &ServiceConfig) -> Result<FrontEndHandler> {
GlobalConfigBuilder::new()
.with_log_error_details(config.core_settings.log_error_details.unwrap_or(false))
Expand Down

0 comments on commit 714e814

Please sign in to comment.