Skip to content

Commit 529b4c0

Browse files
committed
Run ruff format
1 parent de493c6 commit 529b4c0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/raptor/core/fs.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ def msbuild_path() -> Path:
2020
res = run([vswhere_path(), "-latest", "-requires", "Microsoft.Component.MSBuild", "-find", r"MSBuild\**\Bin\MSBuild.exe"], capture=True)
2121
return Path(res)
2222

23+
2324
@cache
2425
def raptor_dir() -> Path:
2526
_DIR = repo_root() / ".raptor"

0 commit comments

Comments
 (0)