Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d998238

Browse files
committed
make fmt
1 parent 826ef76 commit d998238

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coderd/workspaceagents.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1326,7 +1326,7 @@ func convertApps(dbApps []database.WorkspaceApp, agent database.WorkspaceAgent,
13261326
for _, dbApp := range dbApps {
13271327
var subdomainName string
13281328
if dbApp.Subdomain && agent.Name != "" && owner.Username != "" && workspace.Name != "" {
1329-
var appSlug = dbApp.Slug
1329+
appSlug := dbApp.Slug
13301330
if appSlug == "" {
13311331
appSlug = dbApp.DisplayName
13321332
}

0 commit comments

Comments
 (0)