Skip to content

Commit 6bd6e04

Browse files
authored
Merge pull request #111 from josephlr/fmt
Run Rustfmt
2 parents fa6f929 + 3b6c90c commit 6bd6e04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ cfg_if! {
269269
/// [`rand::thread_rng`](https://docs.rs/rand/*/rand/fn.thread_rng.html).
270270
pub fn getrandom(dest: &mut [u8]) -> Result<(), error::Error> {
271271
if dest.is_empty() {
272-
return Ok(())
272+
return Ok(());
273273
}
274274
imp::getrandom_inner(dest)
275275
}

0 commit comments

Comments
 (0)