run formatter (diff are maybe due to edition)

This commit is contained in:
Wataru Otsubo 2025-03-27 19:19:05 +09:00
parent b9f6dc6c23
commit e6e7ada193
3 changed files with 8 additions and 4 deletions

View file

@ -9,8 +9,8 @@ use quote::quote;
use crate::types::{DataType, Field, MultipleParams, Register, Value};
use super::{
util::{self, RustUxTypes},
CodeGenError,
util::{self, RustUxTypes},
};
/// Generate underlying `T` and its implementation for `RegisterSpec`.