style: format generated app launch ports

This commit is contained in:
archipelago
2026-09-12 16:15:01 -04:00
parent b3f16d07a6
commit 1d05f2c27a
+3 -38
View File
@@ -6,42 +6,7 @@
//! no listener, so allowing them is inert.
pub const APP_LAUNCH_PORTS: &[u16] = &[
2283,
2342,
3000,
3001,
3002,
4080,
5180,
7778,
8080,
8081,
8082,
8083,
8084,
8085,
8087,
8090,
8096,
8123,
8175,
8176,
8187,
8240,
8334,
8336,
8337,
8888,
8999,
9000,
9100,
10380,
11434,
18081,
18083,
18091,
18091,
23000,
32838,
50002,
2283, 2342, 3000, 3001, 3002, 3030, 4080, 5180, 7778, 8080, 8081, 8082, 8083, 8084, 8085, 8087,
8090, 8096, 8123, 8175, 8176, 8187, 8240, 8334, 8336, 8888, 8999, 9000, 9100, 10380, 11434,
18081, 18083, 18091, 23000, 32838, 50002,
];