Skip to content

Conversation

KPostOffice
Copy link
Contributor

I'm not sure which one encapsulated the intended behavior

What changes have been made

removed a redundant conditional

Checks

  • I've made sure the tests are passing.
  • Testing Strategy
    • Unit tests
    • Manual tests
    • Testing is not required for this change


// Handle uninitialized quota manager
// If a url does not exists then assume fits quota
if len(qm.url) <= 0 {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: I understand it's already there, but while we are at it, changing for equality comparison seems more idiomatic here.

@astefanutti
Copy link
Contributor

/lgtm

@openshift-ci openshift-ci bot removed the lgtm label Aug 29, 2023
@astefanutti
Copy link
Contributor

/lgtm

@openshift-ci openshift-ci bot added the lgtm label Aug 29, 2023
@astefanutti
Copy link
Contributor

/approve

@openshift-ci
Copy link

openshift-ci bot commented Aug 30, 2023

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: astefanutti

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-merge-robot openshift-merge-robot merged commit 116b979 into project-codeflare:main Aug 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants