Skip to content

Commit

Permalink
rm dummy file and fix linting
Browse files Browse the repository at this point in the history
Signed-off-by: jace-roell <[email protected]>
  • Loading branch information
jace-roell committed Dec 18, 2024
1 parent e2f465c commit 95a3fdd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 14 deletions.
8 changes: 0 additions & 8 deletions file.ts

This file was deleted.

12 changes: 6 additions & 6 deletions packages/imperative/src/config/src/ProfileInfo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1654,12 +1654,12 @@ export class ProfileInfo {
};

let filePath: string;
for (const layer of this.mLoadedConfig.mLayers) {
// Find the first layer that includes the JSON path
if (_isPropInLayer(layer.properties)) {
filePath = layer.path;
break;
}
for (const layer of this.mLoadedConfig.mLayers) {
// Find the first layer that includes the JSON path
if (_isPropInLayer(layer.properties)) {
filePath = layer.path;
break;
}
}

return [{
Expand Down

0 comments on commit 95a3fdd

Please sign in to comment.