Skip to content

Commit 8984cdf

Browse files
fmt
1 parent df2b98c commit 8984cdf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyrefly/lib/binding/bindings.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -877,9 +877,9 @@ impl<'a> BindingsBuilder<'a> {
877877
style: FlowStyle,
878878
) -> Option<Idx<KeyAnnotation>> {
879879
let mut hashed_name = Hashed::new(name);
880-
let mut write_info = self
881-
.scopes
882-
.define_in_current_flow(hashed_name.clone(), idx, style.clone());
880+
let mut write_info =
881+
self.scopes
882+
.define_in_current_flow(hashed_name.clone(), idx, style.clone());
883883
if write_info.is_none()
884884
&& self.errors_suppressed()
885885
&& self.should_bind_unreachable_branches()

0 commit comments

Comments
 (0)