Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
cmnrd committed Jan 25, 2024
1 parent e54830d commit bcbaccc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/Cpp/src/ParameterHierarchy.lf
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ reactor Intermediate(p: int = 10, s: std::string = "default") {
}

reactor Another(p: int = 20, s: std::string = "default") {
a = new Intermediate(p = {= p =}, s = {= s =}) // also test forwarding parameters via target code blocks
// also test forwarding parameters via target code blocks
a = new Intermediate(p = {= p =}, s = {= s =})
}

main reactor ParameterHierarchy {
Expand Down

0 comments on commit bcbaccc

Please sign in to comment.