mirror of
https://github.com/clockworklabs/SpacetimeDB.git
synced 2026-05-28 02:15:56 -04:00
fmt
This commit is contained in:
@@ -311,10 +311,9 @@ mod tests {
|
||||
use jsonwebkey as jwk;
|
||||
use jsonwebtoken::{DecodingKey, EncodingKey};
|
||||
use rand::distributions::{Alphanumeric, DistString};
|
||||
use rand::{thread_rng};
|
||||
use rand::thread_rng;
|
||||
use serde_json;
|
||||
use spacetimedb_lib::Identity;
|
||||
|
||||
|
||||
fn init() {
|
||||
let _ = env_logger::builder().is_test(true).try_init();
|
||||
|
||||
Reference in New Issue
Block a user