Skip to content

Fix gofmt alignment in jwt_expiry_test.go#3954

Merged
lpcox merged 1 commit intomainfrom
fix/gofmt-oidc-test-alignment
Apr 16, 2026
Merged

Fix gofmt alignment in jwt_expiry_test.go#3954
lpcox merged 1 commit intomainfrom
fix/gofmt-oidc-test-alignment

Conversation

@lpcox
Copy link
Copy Markdown
Collaborator

@lpcox lpcox commented Apr 16, 2026

Summary

Fix struct field alignment in TestExtractJWTExpiry_WrongPartCount test table to satisfy gofmt.

make agent-finished formats code with gofmt and this file had misaligned struct tags that were caught during the format step.

Changes

  • internal/oidc/jwt_expiry_test.go: Corrected struct field alignment (whitespace-only change)

Correct struct field alignment in TestExtractJWTExpiry_WrongPartCount
test table to satisfy gofmt.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot AI review requested due to automatic review settings April 16, 2026 14:46
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot wasn't able to review any files in this pull request.

@lpcox lpcox merged commit 20d8dae into main Apr 16, 2026
24 checks passed
@lpcox lpcox deleted the fix/gofmt-oidc-test-alignment branch April 16, 2026 14:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants