Skip to content

Commit

Permalink
revert accidental changelog reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
stormshield-frb committed Aug 30, 2024
1 parent 38795a7 commit 423bb0a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions swarm/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -300,9 +300,9 @@

In other words:

| Search | Replace |
| ----------------------------------------------------------------- | --------------------------------------------------------------- |
| `NetworkBehaviourAction<Self::OutEvent, Self::ConnectionHandler>` | `NetworkBehaviourAction<Self::OutEvent, THandlerInEvent<Self>>` |
|Search|Replace|
|---|---|
|`NetworkBehaviourAction<Self::OutEvent, Self::ConnectionHandler>`|`NetworkBehaviourAction<Self::OutEvent, THandlerInEvent<Self>>`|

If you reference `NetworkBehaviourAction` somewhere else as well,
you may have to fill in the type of `ConnectionHandler::InEvent` manually as the 2nd parameter.
Expand Down

0 comments on commit 423bb0a

Please sign in to comment.