Skip to content

Commit

Permalink
style: format CXX code
Browse files Browse the repository at this point in the history
  • Loading branch information
XuehaiPan committed Jul 8, 2022
1 parent 23c0a0f commit 82a3a66
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/adam_op/adam_op_impl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,13 @@
// limitations under the License.
// ==============================================================================

#include "adam_op/adam_op_impl.h"

#include <omp.h>
#include <torch/extension.h>

#include <vector>

#include "adam_op/adam_op_impl.h"
#include "utils.h"

namespace torchopt {
Expand Down

0 comments on commit 82a3a66

Please # to comment.