Skip to content

Commit b8ce59d

Browse files
committed
docs(changelog): fix indentation
1 parent 3e0d8d6 commit b8ce59d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ pub type Result<T> = Result<Result<T, Exception>, std::io::Error>
1616

1717
### Breaking Changes
1818

19-
- Client: All the functions signatures in `Client`, `Reader` and `Writer` traits have changed the return type.
19+
- Client: All the functions signatures in `Client`, `Reader` and `Writer` traits
20+
have changed the return type.
2021

2122
```diff
2223
async fn read_coils(&mut self, _: Address, _: Quantity)

0 commit comments

Comments
 (0)