Skip to content

Commit

Permalink
style: pre-commit fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Aug 12, 2024
1 parent beae028 commit ecd57c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/ast/types/AllTypes.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ using namespace slang::ast;
class InterfaceDefVisitor : public ASTVisitor<InterfaceDefVisitor, true, true> {
public:
InterfaceDefVisitor(const InstanceSymbol& iface, const ASTContext& context) :
iface(iface), context(context){};
iface(iface), context(context) {};
template<typename T>
void handle(const T& symbol) {
if constexpr (std::is_base_of_v<Symbol, T>) {
Expand Down

0 comments on commit ecd57c9

Please sign in to comment.