Skip to content

Commit 136cde9

Browse files
committed
chore(narrate): gofmt alignment pass
1 parent 1480c0d commit 136cde9

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

internal/narrate/narrate_test.go

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -114,17 +114,17 @@ func TestNarrator_ExtractPath_NotFound(t *testing.T) {
114114

115115
func TestNarrator_ToolEmoji_AllKnown(t *testing.T) {
116116
tests := map[string]string{
117-
"read_file": "📖",
118-
"write_file": "✏️",
119-
"patch": "✏️",
120-
"shell": "⚙️",
121-
"search_files": "🔍",
122-
"delegate_task": "👥",
123-
"delegate_tasks": "👥",
124-
"browser": "🌐",
125-
"memory": "🧠",
126-
"clarify": "❓",
127-
"unknown_tool": "🔧",
117+
"read_file": "📖",
118+
"write_file": "✏️",
119+
"patch": "✏️",
120+
"shell": "⚙️",
121+
"search_files": "🔍",
122+
"delegate_task": "👥",
123+
"delegate_tasks": "👥",
124+
"browser": "🌐",
125+
"memory": "🧠",
126+
"clarify": "❓",
127+
"unknown_tool": "🔧",
128128
}
129129
for name, want := range tests {
130130
if got := toolEmoji(name); got != want {

0 commit comments

Comments
 (0)