chore: lint

kujtimiihoxha created

Change summary

internal/llm/agent/agent.go | 1 -
1 file changed, 1 deletion(-)

Detailed changes

internal/llm/agent/agent.go 🔗

@@ -216,7 +216,6 @@ func NewAgent(
 			if len(lspClients) > 0 {
 				filteredTools = append(filteredTools, tools.NewDiagnosticsTool(lspClients))
 			}
-
 		}
 		return filteredTools
 	}