Skip to content

Commit 6e77140

Browse files
committed
avoiding trailing space
1 parent 6493b62 commit 6e77140

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/collection-page/collection-page.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ export class CollectionPageComponent implements OnInit {
7777
currentPage: 1,
7878
pageSize: this.appConfig.browseBy.pageSize,
7979
});
80-
80+
8181
this.sortConfig = new SortOptions('dc.date.accessioned', SortDirection.DESC);
8282
}
8383

0 commit comments

Comments
 (0)