Skip to content

Commit af5630d

Browse files
committed
fmt
1 parent 8eb94ba commit af5630d

File tree

1 file changed

+1
-1
lines changed
  • crates/red_knot_python_semantic/src

1 file changed

+1
-1
lines changed

crates/red_knot_python_semantic/src/types.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1355,7 +1355,7 @@ impl<'db> Type<'db> {
13551355
Type::Instance(target_instance) if target_instance.class().is_final(db) => {
13561356
false
13571357
}
1358-
_ => true
1358+
_ => true,
13591359
}
13601360
}
13611361

0 commit comments

Comments
 (0)