Skip to content

Commit

Permalink
Small format adjustments to templates
Browse files Browse the repository at this point in the history
Those blank linkes will be removed by clang-format anyways once a file is generated
  • Loading branch information
alex1701c committed Nov 23, 2024
1 parent b00aba8 commit 4d0b3c8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion dev-scripts/templates/check.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
using namespace clang;
using namespace std;


%2::%2(const std::string &name, ClazyContext *context)
: CheckBase(name, context)
{
Expand Down
1 change: 0 additions & 1 deletion dev-scripts/templates/check.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@

#include "checkbase.h"


/**
* See README-%3.md for more info.
*/
Expand Down

0 comments on commit 4d0b3c8

Please sign in to comment.