Skip to content
Snippets Groups Projects
Commit 5fe7f9ad authored by florian's avatar florian
Browse files

STY: autoformat

parent 8fa72f8d
No related branches found
No related tags found
1 merge request!4ENH: Add minimal functionality
Pipeline #10686 passed
Pipeline: CaosDB Julia Integration Tests

#10688

    ...@@ -246,7 +246,7 @@ function get_connection(name::AbstractString="default") ...@@ -246,7 +246,7 @@ function get_connection(name::AbstractString="default")
    (:caosdb_connection_connection_manager_get_default_connection, "libccaosdb"), (:caosdb_connection_connection_manager_get_default_connection, "libccaosdb"),
    Cint, Cint,
    (Ref{_Connection},), (Ref{_Connection},),
    connection connection,
    ) )
    else else
    err_code = ccall( err_code = ccall(
    ...@@ -254,7 +254,7 @@ function get_connection(name::AbstractString="default") ...@@ -254,7 +254,7 @@ function get_connection(name::AbstractString="default")
    Cint, Cint,
    (Ref{_Connection}, Cstring), (Ref{_Connection}, Cstring),
    connection, connection,
    name name,
    ) )
    end end
    ...@@ -431,7 +431,8 @@ return the connection object. ...@@ -431,7 +431,8 @@ return the connection object.
    defined in your config json that will be used to connect to the defined in your config json that will be used to connect to the
    CaosDB server defined therein. Default value is "default". CaosDB server defined therein. Default value is "default".
    """ """
    function connect(name::AbstractString="default") conn = get_connection(name) function connect(name::AbstractString = "default")
    conn = get_connection(name)
    print_version_info(conn) print_version_info(conn)
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Please register or to comment