mirror of
https://github.com/LukeMathWalker/zero-to-production.git
synced 2024-11-23 09:11:01 +00:00
Formatting
This commit is contained in:
parent
8365fb0b0f
commit
a4dfa64264
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ use actix_web::{web, App, HttpServer};
|
|||
use actix_web_flash_messages::storage::CookieMessageStore;
|
||||
use actix_web_flash_messages::FlashMessagesFramework;
|
||||
use actix_web_lab::middleware::from_fn;
|
||||
use secrecy::{Secret, ExposeSecret};
|
||||
use secrecy::{ExposeSecret, Secret};
|
||||
use sqlx::postgres::PgPoolOptions;
|
||||
use sqlx::PgPool;
|
||||
use std::net::TcpListener;
|
||||
|
|
Loading…
Reference in a new issue