Skip to content

Commit 3e919fc

Browse files
fmt
1 parent ef2bdec commit 3e919fc

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
@@ -894,9 +894,9 @@ impl<'a> BindingsBuilder<'a> {
894894
style: FlowStyle,
895895
) -> Option<Idx<KeyAnnotation>> {
896896
let mut hashed_name = Hashed::new(name);
897-
let mut write_info = self
898-
.scopes
899-
.define_in_current_flow(hashed_name.clone(), idx, style.clone());
897+
let mut write_info =
898+
self.scopes
899+
.define_in_current_flow(hashed_name.clone(), idx, style.clone());
900900
if write_info.is_none()
901901
&& self.errors_suppressed()
902902
&& self.should_bind_unreachable_branches()

0 commit comments

Comments
 (0)