Skip to content

Commit

Permalink
prevent some parts of the code from being formatted
Browse files Browse the repository at this point in the history
  • Loading branch information
kittobi1992 committed Dec 22, 2023
1 parent 9f4b126 commit 8fee377
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion mt-kahypar/partition/context.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ namespace mt_kahypar {
// Forward Declartion
class TargetGraph;

// FIXME: Formatting this would break the `sql_plottools_serializer_test`.
// clang-format off
struct PartitioningParameters {
Mode mode = Mode::UNDEFINED;
Objective objective = Objective::UNDEFINED;
Expand Down Expand Up @@ -320,5 +322,6 @@ class Context {
};

std::ostream & operator<< (std::ostream& str, const Context& context);
// clang-format on

} // namespace mt_kahypar
} // namespace mt_kahypar

0 comments on commit 8fee377

Please sign in to comment.