Skip to content

Commit

Permalink
Correct style in accordance to guidelines
Browse files Browse the repository at this point in the history
  • Loading branch information
aavdiere committed Aug 9, 2024
1 parent eaeefff commit 629774e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions verilog/parser/verilog_parser_unittest.cc
Original file line number Diff line number Diff line change
Expand Up @@ -3500,8 +3500,8 @@ static constexpr ParserTestCaseArray kModuleTests = {

static constexpr ParserTestCaseArray kModuleInstanceTests = {
"module tryme;\n"
"logic lol;\n" // is a data_declaration
"wire money;\n" // is a net_declaration
"logic lol;\n" // is a data_declaration
"wire money;\n" // is a net_declaration
"interconnect floyd;\n" // is a TK_interconnect
"endmodule",
"module tryme;\n"
Expand Down

0 comments on commit 629774e

Please sign in to comment.