From 423bb0a0c2c98c025fc4f03eced373eb30421221 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20RIBEAU?= Date: Fri, 30 Aug 2024 10:01:40 +0200 Subject: [PATCH] revert accidental changelog reformat --- swarm/CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/swarm/CHANGELOG.md b/swarm/CHANGELOG.md index b0f7f2bb461..c5d10872d40 100644 --- a/swarm/CHANGELOG.md +++ b/swarm/CHANGELOG.md @@ -300,9 +300,9 @@ In other words: - | Search | Replace | - | ----------------------------------------------------------------- | --------------------------------------------------------------- | - | `NetworkBehaviourAction` | `NetworkBehaviourAction>` | + |Search|Replace| + |---|---| + |`NetworkBehaviourAction`|`NetworkBehaviourAction>`| If you reference `NetworkBehaviourAction` somewhere else as well, you may have to fill in the type of `ConnectionHandler::InEvent` manually as the 2nd parameter.