Skip to content

Commit

Permalink
Remove extra ';'. NFCI.
Browse files Browse the repository at this point in the history
  • Loading branch information
RKSimon committed Oct 28, 2019
1 parent bd87916 commit 93a3128
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clang-tools-extra/clangd/refactor/tweaks/DefineInline.cpp
Expand Up @@ -386,7 +386,7 @@ class DefineInline : public Tweak {
const FunctionDecl *Target = nullptr;
};

REGISTER_TWEAK(DefineInline);
REGISTER_TWEAK(DefineInline)

} // namespace
} // namespace clangd
Expand Down

0 comments on commit 93a3128

Please sign in to comment.