Skip to content

Commit dd3a351

Browse files
committed
Reformatting
1 parent 9396d76 commit dd3a351

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: test/aml_comparisons/coek/build.cpp

+1-2
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,7 @@ int main(int argc, char* argv[])
4444
}
4545

4646
if (debug)
47-
std::cout << " Model: " << model_name << " Data: " << data[0]
48-
<< std::endl;
47+
std::cout << " Model: " << model_name << " Data: " << data[0] << std::endl;
4948
coek::Model model;
5049
try {
5150
create_instance(model, model_name, data);

0 commit comments

Comments
 (0)