[style](trx-rs): cargo fmt
CI / lint (push) Successful in 2m23s
CI / test (push) Successful in 10m20s
CI / frontend (push) Successful in 5m32s
CI / reuse (push) Successful in 4s

Apply rustfmt to the wefax and DIG-sideband changes.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01UiK871ht2uPFBHtMbxy3wD
Signed-off-by: Stan Grams <sjg@haxx.space>
This commit is contained in:
sjg
2026-08-16 12:50:12 +02:00
co-authored by Claude Opus 4.8
parent 5084c19899
commit c33e3caedb
7 changed files with 28 additions and 11 deletions
@@ -13,7 +13,8 @@ use trx_core::rig::{
RigVfoEntry,
};
use trx_core::{
DecoderConfig, DigSidebandPolicy, RdsData, RigFilterState, RigMode, RigSnapshot, WfmDenoiseLevel,
DecoderConfig, DigSidebandPolicy, RdsData, RigFilterState, RigMode, RigSnapshot,
WfmDenoiseLevel,
};
use trx_frontend_http::server::api::rig::{RigListItem, RigListResponse};
use trx_frontend_http::server::api::FrontendMeta;