We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 08a8af2 + a3229ce commit fffd542Copy full SHA for fffd542
1 file changed
lua/opencode/ui/formatter/tools/webfetch.lua
@@ -1,4 +1,5 @@
1
local M = {}
2
+local icons = require('opencode.ui.icons')
3
local utils = require('opencode.ui.formatter.utils')
4
5
---@param output Output
@@ -8,7 +9,6 @@ function M.format(output, part)
8
9
return
10
end
11
- local icons = require('opencode.ui.icons')
12
utils.format_action(
13
output,
14
icons.get('web'),
0 commit comments