Fixed formatting

This commit is contained in:
Bartek Kryza
2022-08-24 21:42:28 +02:00
parent e37d2d6683
commit dfd3fee444
8 changed files with 27 additions and 31 deletions

View File

@@ -3,7 +3,7 @@
namespace clanguml {
namespace t00048 {
void A::foo() {}
void A::foo() { }
}
}