From a935456acab0c7bdc021829e18ce20230e18c752 Mon Sep 17 00:00:00 2001 From: yakov116 <16872793+yakov116@users.noreply.github.com> Date: Wed, 18 Nov 2020 19:55:59 -0500 Subject: Lint (#3723) --- source/github-helpers/github-url.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'source/github-helpers/github-url.ts') diff --git a/source/github-helpers/github-url.ts b/source/github-helpers/github-url.ts index 785a86c5..371b160d 100644 --- a/source/github-helpers/github-url.ts +++ b/source/github-helpers/github-url.ts @@ -33,7 +33,9 @@ export default class GitHubURL { return this; } - private disambiguateReference(ambiguousReference: string[]): {branch: string; filePath: string} { + private disambiguateReference( + ambiguousReference: string[] + ): {branch: string; filePath: string} { const branch = ambiguousReference[0]; // History pages might use search parameters const filePathFromSearch = this.searchParams.getAll('path[]').join('/'); -- cgit v1.2.3