Skip to content

Commit

Permalink
Please the linter.
Browse files Browse the repository at this point in the history
  • Loading branch information
fruffy committed May 2, 2024
1 parent 89adb4d commit 8363057
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions backends/p4tools/modules/testgen/toolname.h
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
#ifndef BACKENDS_P4TOOLS_MODULES_TESTGEN_TOOLNAME_H
#define BACKENDS_P4TOOLS_MODULES_TESTGEN_TOOLNAME_H
#ifndef BACKENDS_P4TOOLS_MODULES_TESTGEN_TOOLNAME_H_
#define BACKENDS_P4TOOLS_MODULES_TESTGEN_TOOLNAME_H_

#include <string>
#include <string_view>

namespace P4Tools::P4Testgen {

static const std::string TOOL_NAME = "testgen";
static constexpr std::string_view TOOL_NAME = "testgen";

} // namespace P4Tools::P4Testgen

#endif /* BACKENDS_P4TOOLS_MODULES_TESTGEN_TOOLNAME_H */
#endif /* BACKENDS_P4TOOLS_MODULES_TESTGEN_TOOLNAME_H_ */

0 comments on commit 8363057

Please sign in to comment.