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 27, 2025
1 parent db10d96 commit a9a988e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tachys/src/reactive_graph/style.rs
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ mod stable {
style_reactive!(ArcReadSignal, <V>, V, ArcReadSignal<V>: Get<Value = V>);
style_reactive!(ArcMemo, <V>, V, ArcMemo<V>: Get<Value = V>);
style_reactive!(ArcSignal, <V>, V, ArcSignal<V>: Get<Value = V>);

#[cfg(feature = "reactive_stores")]
use {
reactive_stores::{
Expand Down

0 comments on commit a9a988e

Please sign in to comment.