Skip to content
Snippets Groups Projects
Commit 4dc65e29 authored by florian's avatar florian
Browse files

STY: autoforamtted

parent 21984e06
No related branches found
No related tags found
1 merge request!4ENH: Add minimal functionality
Pipeline #10889 passed
Pipeline: CaosDB Julia Integration Tests

#10893

    ...@@ -101,7 +101,10 @@ mutable struct _Configuration ...@@ -101,7 +101,10 @@ mutable struct _Configuration
    # internally by libcaosdb. # internally by libcaosdb.
    function f(t) function f(t)
    ccall( ccall(
    (:caosdb_connection_delete_connection_configuration, CaosDB.library_name), (
    :caosdb_connection_delete_connection_configuration,
    CaosDB.library_name,
    ),
    Cint, Cint,
    (Ref{_Configuration},), (Ref{_Configuration},),
    Ref{_Configuration}(t), Ref{_Configuration}(t),
    ...@@ -243,7 +246,10 @@ function get_connection(name::AbstractString = "default") ...@@ -243,7 +246,10 @@ function get_connection(name::AbstractString = "default")
    if name == "default" if name == "default"
    err_code = ccall( err_code = ccall(
    (:caosdb_connection_connection_manager_get_default_connection, CaosDB.library_name), (
    :caosdb_connection_connection_manager_get_default_connection,
    CaosDB.library_name,
    ),
    Cint, Cint,
    (Ref{_Connection},), (Ref{_Connection},),
    connection, connection,
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Please register or to comment