mirror of
https://gitlab.cern.ch/wotsubo/endcap-sl-software-ri-generator.git
synced 2025-08-05 10:19:30 +09:00
run formatter (diff are maybe due to edition)
This commit is contained in:
parent
b9f6dc6c23
commit
e6e7ada193
3 changed files with 8 additions and 4 deletions
|
@ -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`.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue