Skip to content

Commit fae5aa9

Browse files
authored
Apply suggestion from @frostming
1 parent d417151 commit fae5aa9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/bub/builtin/agent.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -286,8 +286,8 @@ def _build_llm(settings: AgentSettings, tape_store: AsyncTapeStore, tape_context
286286
context=tape_context,
287287
verbose=settings.verbose,
288288
)
289-
290-
289+
290+
291291
@dataclass(frozen=True)
292292
class Args:
293293
positional: list[str]

0 commit comments

Comments
 (0)