@@ -484,7 +484,7 @@ func (r *RootCmd) Server(newAPI func(context.Context, *coderd.Options) (*coderd.
484484tunnelDone <- chan struct {}= make (chan struct {},1 )
485485)
486486if cfg .AccessURL .String ()== "" {
487- cliui .Infof (inv .Stderr ,"Opening tunnel so workspaces can connect to your deployment. For production scenarios, specify an external access URL\n " )
487+ cliui .Infof (inv .Stderr ,"Opening tunnel so workspaces can connect to your deployment. For production scenarios, specify an external access URL" )
488488tunnel ,err = devtunnel .New (ctx ,logger .Named ("devtunnel" ),cfg .WgtunnelHost .String ())
489489if err != nil {
490490return xerrors .Errorf ("create tunnel: %w" ,err )
@@ -531,7 +531,7 @@ func (r *RootCmd) Server(newAPI func(context.Context, *coderd.Options) (*coderd.
531531}
532532
533533// A newline is added before for visibility in terminal output.
534- cliui .Infof (inv .Stdout ,"\n View the Web UI: %s\n " ,cfg .AccessURL .String ())
534+ cliui .Infof (inv .Stdout ,"\n View the Web UI: %s" ,cfg .AccessURL .String ())
535535
536536// Used for zero-trust instance identity with Google Cloud.
537537googleTokenValidator ,err := idtoken .NewValidator (ctx ,option .WithoutAuthentication ())