Skip to content

Commit 7ad354d

Browse files
committed
Fix alignment issue reported by govet
1 parent b32f836 commit 7ad354d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/nginx.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,9 +225,9 @@ type LicenseReporting struct {
225225

226226
// NginxLicense contains licensing information about NGINX Plus.
227227
type NginxLicense struct {
228+
Reporting *LicenseReporting
228229
ActiveTill uint64 `json:"active_till"`
229230
Eval bool
230-
Reporting *LicenseReporting
231231
}
232232

233233
// Caches is a map of cache stats by cache zone.

0 commit comments

Comments
 (0)