From bdc1f231079489acffc498f21d9fc65cd63d9913 Mon Sep 17 00:00:00 2001 From: Reto Brunner Date: Sat, 18 Feb 2023 11:46:31 +0100 Subject: [PATCH] fix formatting --- server/identification.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/server/identification.ts b/server/identification.ts index 6d7af382..1c01d793 100644 --- a/server/identification.ts +++ b/server/identification.ts @@ -121,7 +121,9 @@ class Identification { // Race condition: this can happen when more than one socket gets disconnected at // once, since we `refresh()` for each one being added/removed. This results // in there possibly being one or more disconnected sockets remaining when we get here. - log.warn(`oidentd: socket has no remote or local port (id=${id}). See https://github.com/thelounge/thelounge/pull/4695.`); + log.warn( + `oidentd: socket has no remote or local port (id=${id}). See https://github.com/thelounge/thelounge/pull/4695.` + ); return; }