Skip to content

Commit

Permalink
Fix spurious comma.
Browse files Browse the repository at this point in the history
  • Loading branch information
fruffy authored and Hoooao committed Jul 18, 2023
1 parent 642e551 commit b4bfa12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backends/dpdk/tdiConf.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ void TdiBfrtConf::generate(DPDK::DpdkOptions &options) {
ss << outFile << ",";
ss << R"""(
"pipe_scope": [
0,
0
]
}
]
Expand Down

0 comments on commit b4bfa12

Please sign in to comment.