From ab7c19e1514ab0c2d8d21c99a60f608d8773dcfd Mon Sep 17 00:00:00 2001 From: Steven Sun Date: Sun, 19 May 2024 15:39:15 -0500 Subject: [PATCH] chore: fix formatting errors --- lua/model/format/zephyr.lua | 2 +- lua/model/format/zephyr_tokenizing.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lua/model/format/zephyr.lua b/lua/model/format/zephyr.lua index b927b1b..edd5779 100644 --- a/lua/model/format/zephyr.lua +++ b/lua/model/format/zephyr.lua @@ -30,5 +30,5 @@ return { ), } end, - contents_to_strings = contents_to_strings + contents_to_strings = contents_to_strings, } diff --git a/lua/model/format/zephyr_tokenizing.lua b/lua/model/format/zephyr_tokenizing.lua index 7bc3944..1176b63 100644 --- a/lua/model/format/zephyr_tokenizing.lua +++ b/lua/model/format/zephyr_tokenizing.lua @@ -81,5 +81,5 @@ local function chatprompt_tokenize_run(messages, config) end return { - run = chatprompt_tokenize_run + run = chatprompt_tokenize_run, }