From 46191b89fe354c7431487482f532af5e54d19c6e Mon Sep 17 00:00:00 2001 From: Wilson Zeng Date: Tue, 12 Sep 2017 23:05:17 +0800 Subject: [PATCH] code conventions adjustment --- src/components/pagination/nz-pagination.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/pagination/nz-pagination.component.ts b/src/components/pagination/nz-pagination.component.ts index ab8b44c5b61..ec4974c4887 100644 --- a/src/components/pagination/nz-pagination.component.ts +++ b/src/components/pagination/nz-pagination.component.ts @@ -282,7 +282,7 @@ export class NzPaginationComponent { _jumpPage(index) { if (index === this._firstIndex - 1 || index === this._lastIndex + 1 || index === this.nzPageIndex) { - return + return ; } if (index < this._firstIndex) {