From e68bf7fa8638bf25b2ec1d90d65ff50b7a2b39a7 Mon Sep 17 00:00:00 2001 From: Bret Comnes Date: Tue, 31 Oct 2023 14:46:13 -0700 Subject: [PATCH] Fix spacing on jsdoc --- src/ipc/bridge.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ipc/bridge.cc b/src/ipc/bridge.cc index e8832f2aad..d711989c99 100644 --- a/src/ipc/bridge.cc +++ b/src/ipc/bridge.cc @@ -736,7 +736,7 @@ static void initRouterTable (Router *router) { ); }); - /** + /** * Creates a directory at `path` with an optional mode and an optional recursive flag. * @param path * @param mode