Skip to content

Commit 3536244

Browse files
committed
style: update extension.ts and paths.ts
1 parent fe09d69 commit 3536244

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/extension.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,4 @@ export function activate(context: vscode.ExtensionContext) {
6868
}
6969

7070
// eslint-disable-next-line @typescript-eslint/no-empty-function
71-
export function deactivate() { }
71+
export function deactivate() {}

src/lib/paths.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { ROOT } from "../lib/constants";
88
import { MoveOrRename, SplitPathResult } from "./paths.d";
99

1010
// The starts of filenames which could be repeated in a repo. All lowercase here.
11-
const REPEAT_FILENAMES = ["readme", "index", '__init__.py'];
11+
const REPEAT_FILENAMES = ["readme", "index", "__init__.py"];
1212

1313
/**
1414
* Get metadata for a given path.

0 commit comments

Comments
 (0)