From: Matthieu Date: Mon, 18 Oct 2021 06:48:33 +0000 (+0400) Subject: code cleanup X-Git-Tag: v0.1~55^2~1 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=2a6cdb4998f505e7df9372367a1bd1f349beedf6;p=matthieu%2Fnova.git code cleanup --- diff --git a/webhook/src/handler/tests/handler_integration.rs b/webhook/src/handler/tests/handler_integration.rs index fea4920..3ee0a09 100644 --- a/webhook/src/handler/tests/handler_integration.rs +++ b/webhook/src/handler/tests/handler_integration.rs @@ -15,7 +15,7 @@ use common::{ testcontainers::{clients::Cli, images::generic::GenericImage, Container, Docker}, }; use hyper::{Body, Method, Request, StatusCode}; -use lazy_static::{lazy_static}; +use lazy_static::lazy_static; use serde_json::json; use ctor;