Skip to content

Commit 7e8bd30

Browse files
committed
Fix fmt
1 parent 42b722d commit 7e8bd30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/modules/resources/AgentLogs/useAgentLogs.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ export function useAgentLogs(
6262
// If the agent is off, we don't need to stream logs. This is the only state
6363
// where the Coder API can't receive logs for the agent from third-party
6464
// apps like envbuilder.
65-
if(agentLifeCycleState === "off") {
65+
if (agentLifeCycleState === "off") {
6666
return;
6767
}
6868

0 commit comments

Comments
 (0)