From 6105eb5e6de6addb2ef312449dae37894cf317dd Mon Sep 17 00:00:00 2001 From: Gabriele Bozzola Date: Mon, 28 Oct 2024 11:21:29 -0700 Subject: [PATCH] Fix formatter --- test/integration_test.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration_test.jl b/test/integration_test.jl index 23e6fdd8..04c269bb 100644 --- a/test/integration_test.jl +++ b/test/integration_test.jl @@ -130,7 +130,7 @@ end @test nc["YO"].attrib["long_name"] == "YO YO, Instantaneous" @test size(nc["YO"]) == (11, 10, 5, 10) @test nc["YO"].attrib["start_date"] == - string(Dates.DateTime(2015, 2, 2)) + string(Dates.DateTime(2015, 2, 2)) end NCDatasets.NCDataset(