fmt update?
Signed-off-by: pep <pep@bouah.net>
This commit is contained in:
parent
1c3af01142
commit
caa92227b2
5 changed files with 5 additions and 5 deletions
|
|
@ -13,8 +13,8 @@
|
|||
// You should have received a copy of the GNU Affero General Public License
|
||||
// along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
use crate::hooks::{format_hook, Hook};
|
||||
use crate::Error;
|
||||
use crate::hooks::{Hook, format_hook};
|
||||
|
||||
use log::debug;
|
||||
use tokio::{signal::ctrl_c, sync::mpsc};
|
||||
|
|
|
|||
Loading…
Reference in a new issue