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 May 24, 2024
1 parent 6822f40 commit 1161bc4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions gen/proto/go/parca/query/v1alpha1/query.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ui/packages/shared/profile/src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

import type {RpcMetadata} from '@protobuf-ts/runtime-rpc';

import {QueryRequest, QueryRequest_ReportType, Format, QueryServiceClient} from '@parca/client';
import {Format, QueryRequest, QueryRequest_ReportType, QueryServiceClient} from '@parca/client';

export const hexifyAddress = (address?: bigint): string => {
if (address == null) {
Expand Down

0 comments on commit 1161bc4

Please sign in to comment.