Skip to content

Commit 1161bc4

Browse files
[pre-commit.ci lite] apply automatic fixes
1 parent 6822f40 commit 1161bc4

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

gen/proto/go/parca/query/v1alpha1/query.pb.go

Lines changed: 2 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ui/packages/shared/profile/src/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

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

16-
import {QueryRequest, QueryRequest_ReportType, Format, QueryServiceClient} from '@parca/client';
16+
import {Format, QueryRequest, QueryRequest_ReportType, QueryServiceClient} from '@parca/client';
1717

1818
export const hexifyAddress = (address?: bigint): string => {
1919
if (address == null) {

0 commit comments

Comments
 (0)