diff options
| author | theprimeagain <the.primeagen@gmail.com> | 2026-02-26 07:11:49 -0700 |
|---|---|---|
| committer | theprimeagain <the.primeagen@gmail.com> | 2026-02-26 07:11:49 -0700 |
| commit | cbc24f940f49b28da62642bca10206f3933bec77 (patch) | |
| tree | d9429175bdb3320501358380ff91159a1bb4a30e /lua/99/prompt-settings.lua | |
| parent | 9be01a1a50a61635ea7169e01c85fab41638ad66 (diff) | |
| download | a4-cbc24f940f49b28da62642bca10206f3933bec77.tar.xz a4-cbc24f940f49b28da62642bca10206f3933bec77.zip | |
tutorial
Diffstat (limited to 'lua/99/prompt-settings.lua')
| -rw-r--r-- | lua/99/prompt-settings.lua | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lua/99/prompt-settings.lua b/lua/99/prompt-settings.lua index c7e87dd..fb219db 100644 --- a/lua/99/prompt-settings.lua +++ b/lua/99/prompt-settings.lua @@ -174,10 +174,7 @@ local prompt_settings = { --- @param tmp_file string --- @return string tmp_file_location = function(tmp_file) - return string.format( - "<TEMP_FILE>%s</TEMP_FILE>", - tmp_file - ) + return string.format("<TEMP_FILE>%s</TEMP_FILE>", tmp_file) end, --- @return string |
