Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
DonJayamanne committed May 23, 2024
1 parent 16530df commit 5dbe02d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/pythonEnvironments/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ async function createLocator(
await createCollectionCache(ext),
// This is shared.
resolvingLocator,
useNativeLocator()
useNativeLocator(),
);
return caching;
}
Expand Down

0 comments on commit 5dbe02d

Please sign in to comment.