Skip to content

Commit

Permalink
fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
dmlemeshko committed Sep 15, 2020
1 parent cab3449 commit 60f7341
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/functional/page_objects/vega_chart_page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,4 @@ export function VegaChartPageProvider({
}

return new VegaChartPage();
}
}
2 changes: 1 addition & 1 deletion x-pack/test/functional/page_objects/gis_page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export function GisPageProvider({ getService, getPageObjects }: FtrProviderConte
}

class GisPage {
basePath;
basePath: string;

constructor() {
this.basePath = '';
Expand Down

0 comments on commit 60f7341

Please sign in to comment.