Skip to content
Snippets Groups Projects
Commit 1a767455 authored by Joscha Schmiedt's avatar Joscha Schmiedt
Browse files

STY: Fix clang-format complaints

parent 031c4c3b
No related branches found
No related tags found
2 merge requests!61Release 0.3.0,!53Add vcpkg support
Pipeline #54020 failed
Pipeline: caosdb-cppinttest

#54024

    This commit is part of merge request !53. Comments created here will be created in the context of that merge request.
    ...@@ -55,7 +55,7 @@ ...@@ -55,7 +55,7 @@
    throw ConfigurationError("This CaosDB client has not been configured."); \ throw ConfigurationError("This CaosDB client has not been configured."); \
    } \ } \
    assert(WRAPPED_JSON_CONFIGURATION(this)->is_object()); \ assert(WRAPPED_JSON_CONFIGURATION(this)->is_object()); \
    const auto &configuration = WRAPPED_JSON_CONFIGURATION(this) -> as_object(); \ const auto &configuration = WRAPPED_JSON_CONFIGURATION(this)->as_object(); \
    if (!configuration.contains("connections")) { \ if (!configuration.contains("connections")) { \
    throw ConfigurationError("This CaosDB client hasn't any configured connections."); \ throw ConfigurationError("This CaosDB client hasn't any configured connections."); \
    } \ } \
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Please register or to comment