Add back newline.

This commit is contained in:
Rasmus Munk Larsen 2023-10-05 15:26:29 -07:00
parent e38c9e01c9
commit fd7bd420b3
1 changed files with 1 additions and 0 deletions

View File

@ -123,6 +123,7 @@ public:
}
};
// ------------------------------------------------
// A simple class for topological sorting
// ------------------------------------------------