diff --git a/src/runtime2/tests/mod.rs b/src/runtime2/tests/mod.rs index e9b3ec0cf3d9df25958d38610dc9bbc125527af9..b795bc4b6387425f1b393d2029784e0561618d45 100644 --- a/src/runtime2/tests/mod.rs +++ b/src/runtime2/tests/mod.rs @@ -246,4 +246,4 @@ fn test_random_u32_temporary_thingo() { ").expect("compilation"); let rt = Runtime::new(1, true, pd).unwrap(); create_component(&rt, "", "constructor", no_args()); -} \ No newline at end of file +}