[style](trx-rs): reformat codebase

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Signed-off-by: Stanislaw Grams <stanislawgrams@gmail.com>
This commit is contained in:
2026-03-17 22:36:11 +01:00
parent a823e66816
commit b533d704a1
22 changed files with 348 additions and 252 deletions
+7 -1
View File
@@ -127,7 +127,13 @@ pub async fn run_aprsfi_uplink(
// Pre-build the beacon packet (None if beaconing disabled or no coords).
let beacon_packet: Option<String> = if cfg.beacon {
match coords {
Some((lat, lon)) => Some(format_beacon(&callsign, lat, lon, cfg.beacon_symbol_table, cfg.beacon_symbol_code)),
Some((lat, lon)) => Some(format_beacon(
&callsign,
lat,
lon,
cfg.beacon_symbol_table,
cfg.beacon_symbol_code,
)),
None => {
warn!(
"APRS-IS IGate: beacon enabled but no coordinates available \