Skip to content

Commit

Permalink
docr: Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
rak16 committed Oct 23, 2024
1 parent 8cae449 commit 41e4e5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions registry_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1060,8 +1060,8 @@ func TestRegistries_Create(t *testing.T) {
"registry": {
"name": "` + testRegistry + `",
"storage_usage_bytes": 0,
"storage_usage_bytes_updated_at": "` + testTimeString + `",
"created_at": "` + testTimeString + `",
"storage_usage_bytes_updated_at": "` + testTimeString + `",
"created_at": "` + testTimeString + `",
"region": "` + testRegion + `"
}
}`
Expand Down

0 comments on commit 41e4e5e

Please sign in to comment.