diff --git a/.clang-format-include b/.clang-format-include index d1da7244..838e22f1 100644 --- a/.clang-format-include +++ b/.clang-format-include @@ -6,4 +6,5 @@ + src/**/*.h + tests/**/*.cc + tests/**/*.h ++ tests/**/*.cppm - tests/catch.h diff --git a/tests/t30013/src/app.cppm b/tests/t30013/src/app.cppm index fc41ab3c..1793bf79 100644 --- a/tests/t30013/src/app.cppm +++ b/tests/t30013/src/app.cppm @@ -50,13 +50,9 @@ public: std::shared_ptr cg() { return {}; } - template - void ch(std::map> &ch_) - { - } + template void ch(std::map> &ch_) { } - template - std::map> ci(T * /*t*/) + template std::map> ci(T * /*t*/) { return {}; } @@ -68,14 +64,8 @@ void cj(std::unique_ptr /*cj_*/) { } std::unique_ptr ck() { return {}; } -template -void cl(std::map> & /*ch_*/) -{ -} +template void cl(std::map> & /*ch_*/) { } -template std::map> cm() -{ - return {}; -} +template std::map> cm() { return {}; } } // namespace clanguml::t30013 \ No newline at end of file