Skip to content

Commit

Permalink
[pre-commit.ci lite] apply automatic fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci-lite[bot] authored Oct 15, 2024
1 parent 1fff455 commit 8874ac2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ui/packages/shared/profile/src/ProfileSource.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ export class ProfileDiffSource implements ProfileSource {
Matchers(): string[] {
// Currently, this only returns the matchers of the base profile.
// For the most part this should be acceptable. But it might not cover the full picture.
return this.a.Matchers()
return this.a.Matchers();
}

Describe(): JSX.Element {
Expand Down
2 changes: 1 addition & 1 deletion ui/packages/shared/profile/src/ProfileViewWithData.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ export const ProfileViewWithData = ({
profileSource.ProfileType().toString(),
undefined,
undefined,
profileSource.Matchers(),
profileSource.Matchers()
);

const {isLoading: profilemetadataLoading, response: profilemetadataResponse} = useQuery(
Expand Down

0 comments on commit 8874ac2

Please sign in to comment.