Skip to content

Commit

Permalink
Fix extraneous parens
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardt committed Dec 20, 2019
1 parent 7580478 commit 18b4f33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/verilogAST.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -466,6 +466,6 @@ std::string SingleLineComment::toString() {
result += this->statement->toString() + " ";
}
return result + "// " + value;
};
}

} // namespace verilogAST

0 comments on commit 18b4f33

Please sign in to comment.