Remove extra space from excercise
This commit is contained in:
committed by
Nathan Stocks
parent
ea93715738
commit
5c0dfcda33
@@ -79,7 +79,7 @@ fn main() {
|
|||||||
});
|
});
|
||||||
|
|
||||||
// Using a Receiver channel as an iterator is a convenient way to get values until the channel
|
// Using a Receiver channel as an iterator is a convenient way to get values until the channel
|
||||||
// gets closed. A Receiver channel is automatically closed once all Sender channels have been
|
// gets closed. A Receiver channel is automatically closed once all Sender channels have been
|
||||||
// closed. Both our threads automatically close their Sender channels when they exit and the
|
// closed. Both our threads automatically close their Sender channels when they exit and the
|
||||||
// destructors for the channels get automatically called.
|
// destructors for the channels get automatically called.
|
||||||
for msg in rx {
|
for msg in rx {
|
||||||
|
|||||||
Reference in New Issue
Block a user