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 28, 2024
1 parent 2117505 commit 4dc5e7d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 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.

4 changes: 2 additions & 2 deletions proto/buf.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ deps:
- remote: buf.build
owner: googleapis
repository: googleapis
commit: bec0f0b526624d66af9e5cd771efe9a9
commit: f0e53af8f2fc4556b94f482688b57223
digest: shake256:de26a277fc28b8b411ecf58729d78d32fcf15090ffd998a4469225b17889bfb51442eaab04bb7a8d88d203ecdf0a9febd4ffd52c18ed1c2229160c7bd353ca95
- remote: buf.build
owner: grpc-ecosystem
repository: grpc-gateway
commit: fff35d47bf314175b476c0dd34b20da7
commit: f04e50c23f5f40f786d0e8fa3fe3d713
digest: shake256:67b115260e12cb2d6c5d5ce8dbbf3a095c86f0e52b84f9dbd16dec9433b218f8694bc9aadb1d45eb6fd52f5a7029977d460e2d58afb3208ab6c680e7b21c80e4
8 changes: 7 additions & 1 deletion ui/packages/shared/profile/src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,13 @@

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

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

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

0 comments on commit 4dc5e7d

Please sign in to comment.