Skip to content

Commit

Permalink
change format
Browse files Browse the repository at this point in the history
  • Loading branch information
PaPerseller committed Apr 15, 2024
1 parent e6076d3 commit f403b27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/generate/roscn.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def format_cidr(file_path, output_path):
f.write("add address=224.0.0.0/3 list=CN comment=private-network\n")
f.write("\n:local cidrList {\n")
for cidr in cidrs[:-1]:
f.write(f' "{cidr}";\n')
f.write(f' "{cidr}"\n')
f.write(f' "{cidrs[-1]}"\n')
f.write("}\n\n")
f.write(":foreach cidr in $cidrList do={\n")
Expand Down

0 comments on commit f403b27

Please sign in to comment.