ClangFormat cleanup via scripts/all_format.sh

Change-Id: Ideafec543a9d090a767bae58123b7512c9e9ae4a
This commit is contained in:
Sameer Agarwal
2022-03-12 16:25:45 -08:00
parent 4705159858
commit ee35ef66f6
25 changed files with 39 additions and 55 deletions
-1
View File
@@ -61,7 +61,6 @@ class SizedCostFunction : public CostFunction {
*mutable_parameter_block_sizes() = std::vector<int32_t>{Ns...};
}
// Subclasses must implement Evaluate().
};