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 Feb 12, 2025
1 parent ed96662 commit 9b88195
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 11 deletions.
14 changes: 7 additions & 7 deletions gen/proto/go/google/api/http.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,8 +4,8 @@ deps:
- remote: buf.build
owner: googleapis
repository: googleapis
commit: 83c0f6c19b2f4ea0b0fd84a80e753659
digest: shake256:20e034fe1562d2ef4137cd7822344d4c29cff8130e112a16e44bc3102be688e9134fae531ec1de7ae18dd660160649db28d160b006c9c70964e3f72a60dc47e3
commit: 546238c53f7340c6a2a6099fb863bc1b
digest: shake256:8d75c12f391e392b24c076d05117b47aeddb090add99c70247a8f4389b906a65f61a933c68e54ed8b73a050b967b6b712ba194348b67c3ab3ee26cc2cb25852c
- remote: buf.build
owner: grpc-ecosystem
repository: grpc-gateway
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,7 @@ export const IcicleChartRootNode = React.memo(function IcicleChartRootNodeNonMem
return (
<>
{childRows.map(row => {
const duration =
durationColumn?.get(row) !== null ? BigInt(durationColumn?.get(row)) : 0n;
const duration = durationColumn?.get(row) !== null ? BigInt(durationColumn?.get(row)) : 0n;
const timestamp =
timestampColumn?.get(row) !== null ? BigInt(timestampColumn?.get(row)) : 0n;

Expand Down

0 comments on commit 9b88195

Please sign in to comment.