소스 검색

fix indentation

Alec S 9 년 전
부모
커밋
bfed3ea7d3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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