Skip to content

Commit 35dc855

Browse files
committed
Format with "stylua"
1 parent e55a92f commit 35dc855

1 file changed

Lines changed: 8 additions & 3 deletions

File tree

lua/telescope/_extensions/gh_actions.lua

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,14 @@ A.gh_issue_insert_markdown_link = function(prompt_bufnr)
7878
end
7979
local issue_number = close_telescope_prompt(prompt_bufnr)
8080
local text = utils.get_os_command_output {
81-
"gh", "issue", "view", issue_number,
82-
"--json", "number,title,url",
83-
"--template", '{{printf "[%s (#%.0f)](%s)" .title .number .url}}',
81+
"gh",
82+
"issue",
83+
"view",
84+
issue_number,
85+
"--json",
86+
"number,title,url",
87+
"--template",
88+
'{{printf "[%s (#%.0f)](%s)" .title .number .url}}',
8489
}
8590
if text then
8691
vim.api.nvim_put(text, "b", true, true)

0 commit comments

Comments
 (0)