Skip to content

Commit

Permalink
Merge branch 'proper_parameter_declaration_autofix' of https://github…
Browse files Browse the repository at this point in the history
….com/sconwayaus/verible into proper_parameter_declaration_autofix
  • Loading branch information
sconwayaus committed Jun 14, 2024
2 parents f5d6b5e + 16f2f04 commit 54d8c6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions verilog/analysis/checkers/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -1748,6 +1748,7 @@ cc_library(
"//common/text:config-utils",
"//common/text:symbol",
"//common/text:syntax-tree-context",
"//common/text:token-info",
"//verilog/CST:context-functions",
"//verilog/CST:parameters",
"//verilog/CST:verilog-matchers",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
#include "common/analysis/matcher/matcher.h"
#include "common/text/config_utils.h"
#include "common/text/symbol.h"
#include "common/text/token_info.h"
#include "common/text/syntax_tree_context.h"
#include "common/text/token_info.h"
#include "verilog/CST/context_functions.h"
#include "verilog/CST/parameters.h"
#include "verilog/CST/verilog_matchers.h"
Expand Down

0 comments on commit 54d8c6c

Please sign in to comment.