Update symbols.txt
All checks were successful
Tests / Clang total: 1096, passed: 1096
Clang |Total|New|Outstanding|Fixed|Trend |:-:|:-:|:-:|:-:|:-: |0|0|0|0|:clap:
Tests / Release [gcc] total: 1096, passed: 1096
GNU C Compiler (gcc) |Total|New|Outstanding|Fixed|Trend |:-:|:-:|:-:|:-:|:-: |0|0|0|0|:clap:
Tests / Release [gcc,aarch64] total: 824, passed: 824
Tests / Coverage total: 823, passed: 823
weaselab/conflict-set/pipeline/head This commit looks good

This commit is contained in:
2024-03-27 16:29:30 -07:00
parent 76a7e17b29
commit b0085df5ad
2 changed files with 12 additions and 12 deletions

View File

@@ -101,7 +101,7 @@ struct __attribute__((__visibility__("default"))) ConflictSet {
private:
Impl *impl;
};
} // namespace weaselab
} /* namespace weaselab */
#else