Skip to content

Commit 3e93c31

Browse files
fmt
1 parent 3a7cce2 commit 3e93c31

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
@@ -972,9 +972,9 @@ impl<'a> BindingsBuilder<'a> {
972972
style: FlowStyle,
973973
) -> Option<Idx<KeyAnnotation>> {
974974
let mut hashed_name = Hashed::new(name);
975-
let mut write_info = self
976-
.scopes
977-
.define_in_current_flow(hashed_name.clone(), idx, style.clone());
975+
let mut write_info =
976+
self.scopes
977+
.define_in_current_flow(hashed_name.clone(), idx, style.clone());
978978
if write_info.is_none()
979979
&& self.errors_suppressed()
980980
&& self.should_bind_unreachable_branches()

0 commit comments

Comments
 (0)