From adfae2460ac39a76fb15b1543ebe056c1d7b785f Mon Sep 17 00:00:00 2001 From: Laurent Mazare Date: Tue, 6 Feb 2024 12:06:06 +0100 Subject: [PATCH] Fix rustfmt. (#1669) --- candle-core/tests/pth_tests.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/candle-core/tests/pth_tests.rs b/candle-core/tests/pth_tests.rs index 16bac526..b09d1026 100644 --- a/candle-core/tests/pth_tests.rs +++ b/candle-core/tests/pth_tests.rs @@ -1,6 +1,6 @@ /// Regression test for pth files not loading on Windows. #[test] -fn test_pth() { +fn test_pth() { let tensors = candle_core::pickle::PthTensors::new("tests/test.pt").unwrap(); tensors.get("test").unwrap().unwrap(); }