test: Drop an unwanted blank line in dm_test_video_box()

This test has a blank line which separates one part of the test from
another. Drop it.

Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
Simon Glass
2025-09-24 15:10:03 -06:00
parent 3ccd53b647
commit 4e38954a41

View File

@@ -950,7 +950,6 @@ static int dm_test_video_box(struct unit_test_state *uts)
video_index_to_colour(priv, VID_GREEN), true);
video_draw_box(dev, 350, 250, 400, 300, 0,
video_index_to_colour(priv, VID_YELLOW), true);
ut_asserteq(175, video_compress_fb(uts, dev, false));
return 0;