mirror of https://github.com/fafhrd91/actix-net
cargo fmt
This commit is contained in:
parent
ad1e583785
commit
2af0dfd7f8
|
@ -166,7 +166,7 @@ impl<T> Receiver<T> {
|
||||||
|
|
||||||
self.state = State::Closed(value);
|
self.state = State::Closed(value);
|
||||||
}
|
}
|
||||||
State::Closed(_) => {},
|
State::Closed(_) => {}
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue