Skip to content

Commit

Permalink
[autofix.ci] apply automated fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored Feb 9, 2025
1 parent 8a9d173 commit b07973c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion tachys/src/reactive_graph/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -506,10 +506,10 @@ where
#[cfg(not(feature = "nightly"))]
mod stable {
use super::RenderEffectState;
use crate::renderer::Rndr;
use crate::{
html::attribute::{Attribute, AttributeValue},
hydration::Cursor,
renderer::Rndr,
ssr::StreamBuilder,
view::{
add_attr::AddAnyAttr, Mountable, Position, PositionState, Render,
Expand Down
7 changes: 4 additions & 3 deletions tachys/src/reactive_graph/style.rs
Original file line number Diff line number Diff line change
Expand Up @@ -254,9 +254,10 @@ where

#[cfg(not(feature = "nightly"))]
mod stable {
use crate::reactive_graph::style::RenderEffectWithCssStyleName;
use crate::renderer::types::CssStyleDeclaration;
use crate::renderer::Rndr;
use crate::{
reactive_graph::style::RenderEffectWithCssStyleName,
renderer::{types::CssStyleDeclaration, Rndr},
};

macro_rules! style_signal {
($sig:ident) => {
Expand Down

0 comments on commit b07973c

Please sign in to comment.