Skip to content

Commit a314fe4

Browse files
committed
re-format
1 parent cf78328 commit a314fe4

1 file changed

Lines changed: 3 additions & 8 deletions

File tree

lua/telescope/_extensions/gh_actions.lua

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -78,14 +78,9 @@ 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",
82-
"issue",
83-
"view",
84-
issue_number,
85-
"--json",
86-
"number,title,url",
87-
"--template",
88-
'{{printf "[%s (#%.0f)](%s)" .title .number .url}}',
81+
"gh", "issue", "view", issue_number,
82+
"--json", "number,title,url",
83+
"--template", '{{printf "[%s (#%.0f)](%s)" .title .number .url}}',
8984
}
9085
if text then
9186
vim.api.nvim_put(text, "b", true, true)

0 commit comments

Comments
 (0)