Fix rustfmt. (#1669)

This commit is contained in:
Laurent Mazare
2024-02-06 12:06:06 +01:00
committed by GitHub
parent 678f64dd27
commit adfae2460a

View File

@ -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();
}