Skip to content

Commit

Permalink
Lint.
Browse files Browse the repository at this point in the history
  • Loading branch information
trivialfis committed Oct 12, 2019
1 parent 1c0c0cc commit 5cc0283
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/data/columnar.h
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,8 @@ struct ColumnarErrors {
return "Other";
default:
LOG(FATAL) << "Invalid type code: " << c << " in `typestr' of input array."
<< "\nPlease verify the `__cuda_array_interface__' of your input data complies to: "
<< "\nPlease verify the `__cuda_array_interface__' "
<< "of your input data complies to: "
<< "https://docs.scipy.org/doc/numpy/reference/arrays.interface.html"
<< "\nOr open an issue.";
return "";
Expand Down

0 comments on commit 5cc0283

Please sign in to comment.