From 4ec37d9f8bd08b6237e0feed2ff062aa1e7bec21 Mon Sep 17 00:00:00 2001 From: Timm Fitschen <t.fitschen@indiscale.com> Date: Wed, 8 Sep 2021 11:17:12 +0200 Subject: [PATCH] STY: formatting runtests.jl --- test/runtests.jl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/runtests.jl b/test/runtests.jl index 89ec363..340f7d1 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -28,17 +28,17 @@ using CaosDB @test ccall( (:caosdb_constants_LIBCAOSDB_VERSION_MAJOR, CaosDB.library_name), Cint, - () + (), ) == 0 @test ccall( (:caosdb_constants_LIBCAOSDB_VERSION_MINOR, CaosDB.library_name), Cint, - () + (), ) == 0 @test ccall( (:caosdb_constants_LIBCAOSDB_VERSION_PATCH, CaosDB.library_name), Cint, - () + (), ) == 16 end -- GitLab