Skip to content

Commit f825820

Browse files
committed
fix rustfmt error
1 parent f951686 commit f825820

File tree

1 file changed

+2
-1
lines changed
  • src/hyperlight_wasm/examples/metrics

1 file changed

+2
-1
lines changed

src/hyperlight_wasm/examples/metrics/main.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,10 @@ See the License for the specific language governing permissions and
1414
limitations under the License.
1515
*/
1616

17+
use std::sync::{Arc, Mutex};
18+
1719
use examples_common::get_wasm_module_path;
1820
use hyperlight_wasm::{ParameterValue, Result, ReturnType, SandboxBuilder};
19-
use std::sync::{Arc, Mutex};
2021

2122
fn main() -> Result<()> {
2223
// Install prometheus metrics exporter.

0 commit comments

Comments
 (0)