Updated clang-format to version 12

This commit is contained in:
Bartek Kryza
2021-08-03 23:47:12 +02:00
parent d629398389
commit 55f1cc0298
16 changed files with 121 additions and 114 deletions

View File

@@ -55,7 +55,7 @@ struct diagram {
std::map<std::string, activity> sequences;
void sort() {}
void sort() { }
};
}
}