Skip to content

Commit

Permalink
update service.cpp code style
Browse files Browse the repository at this point in the history
Signed-off-by: minmingzhu <minming.zhu@intel.com>
  • Loading branch information
minmingzhu committed Jul 31, 2023
1 parent 1c3df9d commit 0134667
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mllib-dal/src/main/native/service.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -424,8 +424,8 @@ void printNumericTable(NumericTable *dataTable, const char *message = "",
}
packedTable->releasePackedArray(block);
} else {
std::cout
<< "Dynamic cast to PackedArrayNumericTableIface* failed."<< std::endl;
std::cout << "Dynamic cast to PackedArrayNumericTableIface* failed."
<< std::endl;
}
}
}
Expand Down

0 comments on commit 0134667

Please sign in to comment.