Skip to content

Commit 5b2bd86

Browse files
committed
fmt
1 parent 77bc6e1 commit 5b2bd86

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

codersdk/agentsdk/agentsdk.go

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,12 @@ import (
2323
"github.com/coder/retry"
2424
)
2525

26-
var (
27-
// ExternalLogSourceID is the statically-defined ID of a log-source that
28-
// appears as "External" in the dashboard.
29-
//
30-
// This is to support legacy API-consumers that do not create their own
31-
// log-source. This should be removed in the future.
32-
ExternalLogSourceID = uuid.MustParse("3b579bf4-1ed8-4b99-87a8-e9a1e3410410")
33-
)
26+
// ExternalLogSourceID is the statically-defined ID of a log-source that
27+
// appears as "External" in the dashboard.
28+
//
29+
// This is to support legacy API-consumers that do not create their own
30+
// log-source. This should be removed in the future.
31+
var ExternalLogSourceID = uuid.MustParse("3b579bf4-1ed8-4b99-87a8-e9a1e3410410")
3432

3533
// New returns a client that is used to interact with the
3634
// Coder API from a workspace agent.

0 commit comments

Comments
 (0)