Skip to content

Commit

Permalink
Fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
Insprill committed May 5, 2024
1 parent 9721bda commit b1a6cf9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/errors.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ use actix_web::{
HttpResponse, Result,
};
use askama::Template;
use awc::{error::HeaderValue};
use awc::error::HeaderValue;
use log::error;

use crate::{
settings::{settings_from_req, Settings},
templates::{template_with_res},
templates::template_with_res,
};

pub fn render_500<B>(res: ServiceResponse<B>) -> Result<ErrorHandlerResponse<B>> {
Expand Down

0 comments on commit b1a6cf9

Please sign in to comment.