Explorar o código

fix indentation

Alec S %!s(int64=9) %!d(string=hai) anos
pai
achega
bfed3ea7d3
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      routers/user/home.go

+ 1 - 1
routers/user/home.go

@@ -83,7 +83,7 @@ func retrieveFeeds(ctx *middleware.Context, ctxUserID, userID, offset int64, isP
 }
 
 func Dashboard(ctx *middleware.Context) {
-  ctxUser := getDashboardContextUser(ctx)
+	ctxUser := getDashboardContextUser(ctx)
 	ctx.Data["Title"] = ctxUser.DisplayName()
 	ctx.Data["PageIsDashboard"] = true
 	ctx.Data["PageIsNews"] = true