Internals: Cleanup some spacing. No functional change.

This commit is contained in:
Wilson Snyder
2023-08-26 05:59:56 -04:00
parent 77bd565ef6
commit e66b28823d
3 changed files with 71 additions and 75 deletions
-2
View File
@@ -293,10 +293,8 @@ public:
void V3Graph::selfTest() {
// Execute all of the tests
UINFO(2, __FUNCTION__ << ": " << endl);
// clang-format off
{ V3GraphTestStrong{}.run(); }
{ V3GraphTestAcyc{}.run(); }
{ V3GraphTestVars{}.run(); }
{ V3GraphTestImport{}.run(); }
// clang-format on
}