Skip to content
Snippets Groups Projects
Commit 913d8ead authored by florian's avatar florian
Browse files

STY: autoformatted

parent e2525484
No related branches found
No related tags found
2 merge requests!3TST: Add CI infrastructure for integration testing,!2ENH: Add minimal wrapping of libcaosdb's C interface
Pipeline #10302 passed
......@@ -443,11 +443,11 @@ SSL certificate located at `cacert` with the given credentials.
rather than an empty string to allow an empty password.
"""
function connect(;
host::AbstractString="",
port_str::AbstractString="undefined",
cacert::AbstractString="",
username::AbstractString="",
password::AbstractString="undefined"
host::AbstractString = "",
port_str::AbstractString = "undefined",
cacert::AbstractString = "",
username::AbstractString = "",
password::AbstractString = "undefined",
)
if host == ""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment