mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Tidy fix
This commit is contained in:
parent
4d46d257cd
commit
0b6f84e6a1
2 changed files with 2 additions and 2 deletions
|
@ -40,7 +40,7 @@ pub struct TableCellFlow {
|
|||
|
||||
/// The column span of this cell.
|
||||
pub column_span: u32,
|
||||
|
||||
|
||||
/// Whether this cell is visible. If false, the value of `empty-cells` means that we must not
|
||||
/// display this cell.
|
||||
pub visible: bool,
|
||||
|
|
|
@ -544,7 +544,7 @@ impl CollapsedBorder {
|
|||
provenance: CollapsedBorderProvenance::FromTable,
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/// Creates a collapsed border from the block-start border described in the given CSS style
|
||||
/// object.
|
||||
fn top(css_style: &ComputedValues, provenance: CollapsedBorderProvenance)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue