Skip to content
This repository was archived by the owner on Apr 15, 2024. It is now read-only.

Commit deb3f2d

Browse files
Brord van Wierstkwek20
Brord van Wierst
authored andcommitted
fmt
1 parent f681713 commit deb3f2d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lets/src/error.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -166,4 +166,4 @@ impl From<reqwest::Error> for Error {
166166
extern crate std;
167167

168168
#[cfg(feature = "std")]
169-
impl std::error::Error for Error {}
169+
impl std::error::Error for Error {}

streams/src/error.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,4 +121,4 @@ impl From<anyhow::Error> for Error {
121121
extern crate std;
122122

123123
#[cfg(feature = "std")]
124-
impl std::error::Error for Error {}
124+
impl std::error::Error for Error {}

0 commit comments

Comments
 (0)