Skip to content

Commit 67c5fe1

Browse files
committed
refactor(ui): remove extra newline characters (doesn't need anymore)
1 parent 0c1f131 commit 67c5fe1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lua/assistant/ui/init.lua

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -298,8 +298,6 @@ function M.edit()
298298

299299
state.set_by_key("tests", function(value)
300300
value[test_id].input, value[test_id].output = utils.text_to_io(lines)
301-
value[test_id].input = value[test_id].input .. "\n"
302-
value[test_id].output = value[test_id].output .. "\n"
303301
return value
304302
end)
305303

0 commit comments

Comments
 (0)