Skip to content

Commit 41e4e5e

Browse files
committed
docr: Fix indentation
1 parent 8cae449 commit 41e4e5e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

registry_test.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -1060,8 +1060,8 @@ func TestRegistries_Create(t *testing.T) {
10601060
"registry": {
10611061
"name": "` + testRegistry + `",
10621062
"storage_usage_bytes": 0,
1063-
"storage_usage_bytes_updated_at": "` + testTimeString + `",
1064-
"created_at": "` + testTimeString + `",
1063+
"storage_usage_bytes_updated_at": "` + testTimeString + `",
1064+
"created_at": "` + testTimeString + `",
10651065
"region": "` + testRegion + `"
10661066
}
10671067
}`

0 commit comments

Comments
 (0)