Skip to content
Snippets Groups Projects
Verified Commit e6e57719 authored by Timm Fitschen's avatar Timm Fitschen
Browse files

STY: autoformatting sources

parent 02be7c66
No related branches found
No related tags found
2 merge requests!42Release 0.2.0,!28F async execute
Pipeline #24707 passed
Pipeline: caosdb-cppinttest

#24708

    ...@@ -499,7 +499,6 @@ void Transaction::Cancel() { ...@@ -499,7 +499,6 @@ void Transaction::Cancel() {
    std::this_thread::sleep_for(5ms); std::this_thread::sleep_for(5ms);
    } }
    this->status = TransactionStatus::CANCELLED(); this->status = TransactionStatus::CANCELLED();
    if (handler_ != nullptr) { if (handler_ != nullptr) {
    handler_->Cancel(); handler_->Cancel();
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Please register or to comment