File tree 1 file changed +4
-5
lines changed 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -33,15 +33,14 @@ import (
33
33
"sync/atomic"
34
34
"time"
35
35
36
- "github.com/prometheus/client_golang/prometheus/collectors"
37
- "github.com/prometheus/client_golang/prometheus/promhttp"
38
-
39
36
"github.com/coreos/go-oidc/v3/oidc"
40
37
"github.com/coreos/go-systemd/daemon"
41
38
embeddedpostgres "github.com/fergusstrange/embedded-postgres"
42
39
"github.com/google/go-github/v43/github"
43
40
"github.com/google/uuid"
44
41
"github.com/prometheus/client_golang/prometheus"
42
+ "github.com/prometheus/client_golang/prometheus/collectors"
43
+ "github.com/prometheus/client_golang/prometheus/promhttp"
45
44
"github.com/spf13/afero"
46
45
"go.opentelemetry.io/otel/trace"
47
46
"golang.org/x/mod/semver"
@@ -236,8 +235,8 @@ func (r *RootCmd) Server(newAPI func(context.Context, *coderd.Options) (*coderd.
236
235
}()
237
236
}
238
237
239
- //If the access URL is empty, we attempt to run a reverse-proxy
240
- //tunnel to make the initial setup really simple.
238
+ // If the access URL is empty, we attempt to run a reverse-proxy
239
+ // tunnel to make the initial setup really simple.
241
240
var (
242
241
tunnel * tunnelsdk.Tunnel
243
242
tunnelDone <- chan struct {} = make (chan struct {}, 1 )
You can’t perform that action at this time.
0 commit comments