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
azai91 committed Oct 20, 2018
1 parent 4a12d6a commit 38213b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/cpp/include/test_mkldnn.h
Original file line number Diff line number Diff line change
Expand Up @@ -574,5 +574,5 @@ inline void VerifySumResult(const std::vector<NDArray *> &in_arrs,
ASSERT_EQ(d1[i] + d2[i], o[i]);
}

#endif // MXNET_USE_MKLDNN
#endif // TEST_MKLDNN_H_
#endif // MXNET_USE_MKLDNN
#endif // TEST_MKLDNN_H_

0 comments on commit 38213b0

Please sign in to comment.