Skip to content

Commit 05491ce

Browse files
author
picklerick2349
committed
Reverting result
1 parent 1ecc8a8 commit 05491ce

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

tinydancer/src/sampler.rs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,9 +118,8 @@ impl ClientService<SampleServiceConfig> for SampleService {
118118
}
119119
}
120120

121-
async fn join(mut self) -> Result<(), Self::ServiceError> {
122-
self.sampler_handle.await?;
123-
Ok(())
121+
async fn join(self) -> std::result::Result<(), Self::ServiceError> {
122+
self.sampler_handle.await
124123
}
125124
}
126125

0 commit comments

Comments
 (0)