mirror of
https://github.com/typst/typst
synced 2025-08-15 15:38:33 +08:00
Remove excess indentation
This commit is contained in:
parent
db46115891
commit
b89cdbbfad
@ -95,11 +95,11 @@ pub fn layout_mat(
|
|||||||
for &offset in &aug.vline.0 {
|
for &offset in &aug.vline.0 {
|
||||||
if offset == 0 || offset.unsigned_abs() >= ncols {
|
if offset == 0 || offset.unsigned_abs() >= ncols {
|
||||||
bail!(
|
bail!(
|
||||||
span,
|
span,
|
||||||
"cannot draw a vertical line after column {} of a matrix with {} columns",
|
"cannot draw a vertical line after column {} of a matrix with {} columns",
|
||||||
if offset < 0 { ncols as isize + offset } else { offset },
|
if offset < 0 { ncols as isize + offset } else { offset },
|
||||||
ncols
|
ncols
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user