ksud: fmt

This commit is contained in:
ShirkNeko
2025-11-02 20:07:35 +08:00
parent 47bcc956a3
commit 980613c6a9

View File

@@ -252,7 +252,8 @@ pub fn save_config() -> Result<()> {
for feature_id in all_features.iter() {
let id = *feature_id as u32;
if let Ok((value, supported)) = crate::ksucalls::get_feature(id)
&& supported {
&& supported
{
features.insert(id, value);
log::info!("Saved feature {} = {}", feature_id.name(), value);
}