diff --git a/docs/test_cases/t00035.md b/docs/test_cases/t00035.md index 9d12ac48..e803b114 100644 --- a/docs/test_cases/t00035.md +++ b/docs/test_cases/t00035.md @@ -27,15 +27,20 @@ File t00035.cc namespace clanguml { namespace t00035 { -struct Top {}; +struct Top { +}; -struct Left {}; +struct Left { +}; -struct Center {}; +struct Center { +}; -struct Bottom {}; +struct Bottom { +}; -struct Right {}; +struct Right { +}; } // namespace t00035 } // namespace clanguml