rustfmt: Run cargo fmt

This commit is contained in:
Joe Richey
2020-07-21 20:42:45 -07:00
committed by Joseph Richey
parent 2b03b0e0b8
commit fc83790262
-1
View File
@@ -12,7 +12,6 @@ use std::thread_local;
use wasm_bindgen::prelude::*;
enum RngSource {
Node(NodeCrypto),
Browser(BrowserCrypto),