[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:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user