Skip to content

Commit

Permalink
Apply code-format changes
Browse files Browse the repository at this point in the history
  • Loading branch information
HeJunchao100813 authored and github-actions[bot] committed Aug 29, 2023
1 parent cd64295 commit 1bf5d99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/kernels/test_prelu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ class PreluTest : public KernelTest,
}
}

void TearDown() override { CLEAR_SUBCASE() }
void TearDown() override{CLEAR_SUBCASE()}

slope_t GetSlopeArray(const char *key) {
assert(_document[key].IsArray());
Expand Down

0 comments on commit 1bf5d99

Please sign in to comment.