Commit 81fdd3d6 authored by Aaron Goldenthal's avatar Aaron Goldenthal
Browse files

Fix wsl lint issues

parent 1bcea5f9
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -474,6 +474,7 @@ func getReleaseFromRequest(t *testing.T, mhc *gitlab.MockHTTPClient) gitlab.Crea
	release := gitlab.CreateReleaseRequest{}
	err = json.Unmarshal(data, &release)
	require.NoError(t, err)

	return release
}

@@ -484,5 +485,6 @@ func getEnvOrDefault(env string, val string) string {
	if result == "" {
		result = val
	}

	return result
}