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

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ptrendx committed Apr 8, 2019
1 parent 2fe4ef4 commit b364a88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/operator/sequence_reverse-inl.h
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ class SequenceReverseOp : public Operator {
const index_t other_dim = data.size(2);
const index_t tensor_numel = data.shape_.Size();

switch(req) {
switch (req) {
case kNullOp:
break;
case kWriteTo:
Expand Down

0 comments on commit b364a88

Please sign in to comment.