Skip to content

Commit

Permalink
🎨 format files
Browse files Browse the repository at this point in the history
  • Loading branch information
YousefEZ committed Apr 6, 2024
1 parent 9c30326 commit d0d428d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/combined-frr-no-udp.cc
Original file line number Diff line number Diff line change
Expand Up @@ -253,8 +253,8 @@ int main(int argc, char* argv[])
address.NewNetwork();

for (auto& tcp_sender : tcp_senders) {
address.Assign(tcp_sender);
address.NewNetwork();
address.Assign(tcp_sender);
address.NewNetwork();
}

Ipv4InterfaceContainer interfaces_2_3 = address.Assign(devices_2_3);
Expand Down

0 comments on commit d0d428d

Please sign in to comment.