From 3581986ae572b5e8c43454b9b249fc43de2a7e20 Mon Sep 17 00:00:00 2001 From: Joannis Orlandos Date: Mon, 13 May 2024 23:48:37 +0200 Subject: [PATCH] Fix formatting --- Benchmarks/Benchmarks/Router/RouterBenchmarks.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Benchmarks/Benchmarks/Router/RouterBenchmarks.swift b/Benchmarks/Benchmarks/Router/RouterBenchmarks.swift index f1fcfd56c..26bdc8582 100644 --- a/Benchmarks/Benchmarks/Router/RouterBenchmarks.swift +++ b/Benchmarks/Benchmarks/Router/RouterBenchmarks.swift @@ -15,11 +15,11 @@ import Benchmark import HTTPTypes import Hummingbird -import NIOEmbedded -import NIOHTTPTypes import HummingbirdCore import Logging import NIOCore +import NIOEmbedded +import NIOHTTPTypes import NIOPosix /// Implementation of a basic request context that supports everything the Hummingbird library needs