Skip to content

Commit 4243b87

Browse files
committed
fix formatting
1 parent 7295378 commit 4243b87

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/algorithm/media.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1412,9 +1412,9 @@ fn layout_text_impl(size: Value, text: Value, env: &mut Uiua) -> UiuaResult<Valu
14121412
[r, g, b, a] => ([r, g, b], Some(a)),
14131413
_ => {
14141414
return Err(env.error(format!(
1415-
"Color must be a scalar or list of 3 or 4 numbers, but its shape is {}",
1416-
arg.shape
1417-
)))
1415+
"Color must be a scalar or list of 3 or 4 numbers, but its shape is {}",
1416+
arg.shape
1417+
)))
14181418
}
14191419
};
14201420
color = Some(if let Some(a) = a {

0 commit comments

Comments
 (0)