Skip to content

Commit

Permalink
prettier fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JamieMagee committed May 10, 2023
1 parent c1363f3 commit 09cd5a6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/modules/platform/local/scm.ts
Expand Up @@ -6,7 +6,6 @@ import type { PlatformScm } from '../types';

let fileList: string[] | undefined;
export class LocalFs implements PlatformScm {

isBranchBehindBase(branchName: string, baseBranch: string): Promise<boolean> {
return Promise.resolve(false);
}
Expand Down

0 comments on commit 09cd5a6

Please sign in to comment.