Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
add space before (
Browse files Browse the repository at this point in the history
  • Loading branch information
AntiZpvoh committed Mar 17, 2020
1 parent 05a3bb1 commit eab8713
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/operator/tensor/indexing_op.h
Original file line number Diff line number Diff line change
Expand Up @@ -687,7 +687,7 @@ struct TakeParam: public dmlc::Parameter<TakeParam> {
mode_s << mode;
(*dict)["axis"] = axis_s.str();
(*dict)["mode"] = mode_s.str();
switch(mode) {
switch (mode) {
case take_::kRaise:
(*dict)["mode"] = "raise";
break;
Expand Down

0 comments on commit eab8713

Please sign in to comment.