diff --git a/Sources/HummingbirdDocC/Public/Middlewares/DocCMiddleware.swift b/Sources/HummingbirdDocC/Public/Middlewares/DocCMiddleware.swift index 67712da..8d3f79b 100644 --- a/Sources/HummingbirdDocC/Public/Middlewares/DocCMiddleware.swift +++ b/Sources/HummingbirdDocC/Public/Middlewares/DocCMiddleware.swift @@ -40,7 +40,6 @@ import struct Logging.Logger /// 15. *Redirects the URI path `//index/` to the resource on `/.doccarchive/index/`* /// 16. *Redirects the URI path `//js/` to the resource on `/.doccarchive/js/`* /// 17. *Redirects the URI path `//videos/` to the resource on `/.doccarchive/videos/`* -/// public struct DocCMiddleware< Context: RequestContext, FileSystemProvider: FileProvider @@ -83,7 +82,7 @@ public struct DocCMiddleware< threadPool: configuration.threadPool, logger: logger ), - logger: logger, + logger: logger ) } @@ -95,7 +94,7 @@ public struct DocCMiddleware< init( configuration: DocCConfiguration, fileProvider: FileSystemProvider, - logger: Logger, + logger: Logger ) { self.logger = logger self.fileProvider = fileProvider