Commit 20d8dae
authored
Fix gofmt alignment in jwt_expiry_test.go (#3954)
## 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)1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
125 | | - | |
126 | | - | |
127 | | - | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
| |||
0 commit comments