Skip to content

Commit 13d94af

Browse files
committed
run formatter
1 parent a1d5991 commit 13d94af

File tree

10 files changed

+283
-161
lines changed

10 files changed

+283
-161
lines changed

lib/scenic/component/input/text_field.ex

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -359,8 +359,7 @@ defmodule Scenic.Component.Input.TextField do
359359
# reset_caret the caret blinker
360360
Scene.cast_to_refs(nil, :reset_caret)
361361
# move the caret
362-
graph =
363-
update_caret(graph, value, i)
362+
graph = update_caret(graph, value, i)
364363

365364
{i, graph}
366365
end

0 commit comments

Comments
 (0)