Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
usbalbin committed Dec 3, 2024
1 parent efc5913 commit 3e78aef
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/cordic.rs
Original file line number Diff line number Diff line change
Expand Up @@ -914,10 +914,12 @@ pub mod op {
pub struct Any;

impl Feature for Any {
type NArgs<Arg> = ()
type NArgs<Arg>
= ()
where
Arg: types::arg::State + types::sealed::Tag;
type NRes<Res> = ()
type NRes<Res>
= ()
where
Res: types::res::State + types::sealed::Tag;
type Scale = ();
Expand Down

0 comments on commit 3e78aef

Please sign in to comment.