Skip to content

Commit 70aeb86

Browse files
committed
Fix whitespace
1 parent 037dbaa commit 70aeb86

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/font_test.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ defmodule Mudbrick.FontTest do
106106
test "kerned handles Japanese with :pos tuple" do
107107
doc = Mudbrick.new(fonts: %{bodoni: bodoni_regular()})
108108
font = Document.find_object(doc, &match?(%Font{}, &1)).value
109-
109+
110110
result = Font.kerned(font, "日本語")
111111
assert is_list(result)
112112
assert Enum.all?(result, &(is_binary(&1) or is_tuple(&1)))

0 commit comments

Comments
 (0)