Removed whitespace.

This commit is contained in:
Kjetil Olsen Lye
2024-10-03 14:12:03 +02:00
parent d8b1366f80
commit 6adf4a6fb9

View File

@@ -157,7 +157,7 @@ struct LocalLinearizerSplice<TypeTag, TTag::FlowExpCompProblem>
// Set the problem property // Set the problem property
template <class TypeTag, int NumComp> template <class TypeTag, int NumComp>
struct Problem<TypeTag, TTag::FlowExpCompProblem<NumComp>> struct Problem<TypeTag, TTag::FlowExpCompProblem<NumComp>>
{ {
using type = FlowProblemComp<TypeTag>; using type = FlowProblemComp<TypeTag>;
}; };