Skip to content

Commit fffd542

Browse files
authored
Merge branch 'sudo-tee:main' into persist-window-width
2 parents 08a8af2 + a3229ce commit fffd542

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lua/opencode/ui/formatter/tools/webfetch.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
local M = {}
2+
local icons = require('opencode.ui.icons')
23
local utils = require('opencode.ui.formatter.utils')
34

45
---@param output Output
@@ -8,7 +9,6 @@ function M.format(output, part)
89
return
910
end
1011

11-
local icons = require('opencode.ui.icons')
1212
utils.format_action(
1313
output,
1414
icons.get('web'),

0 commit comments

Comments
 (0)