Fix empty line to contain two values
Prior to this change, the empty line between the license information header and the user count table only contained a single value. This prevents to convert the license usage file csv into a hash by using to_h and instead required a manual mapping. Now, the empty line contains two empty strings to reflect a valid hash structure. Changelog: changed MR: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/78678 EE: true
Showing
Please register or sign in to comment