Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable whitespace linter & fix findings #12273

Merged
merged 8 commits into from
Apr 18, 2023
Merged

Enable whitespace linter & fix findings #12273

merged 8 commits into from
Apr 18, 2023

Conversation

jtraglia
Copy link
Contributor

What type of PR is this?

Other

What does this PR do? Why is it needed?

Removes all of the unnecessary whitespace. Enables the whitespace linter to catch this in the future.

@jtraglia jtraglia requested a review from a team as a code owner April 13, 2023 23:01
@@ -188,7 +188,7 @@ func Mod64(a, b uint64) (uint64, error) {
return val, nil
}

// Int returns the integer value of the uint64 argument. If there is an overlow, then an error is
// Int returns the integer value of the uint64 argument. If there is an overflow, then an error is
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Also, fixes this one typo I noticed.

terencechain
terencechain previously approved these changes Apr 14, 2023
rkapka
rkapka previously approved these changes Apr 17, 2023
@rkapka
Copy link
Contributor

rkapka commented Apr 17, 2023

Hi @jtraglia , the build fails at the moment.

@jtraglia
Copy link
Contributor Author

Hi @jtraglia , the build fails at the moment.

Fixed 😄

prestonvanloon
prestonvanloon previously approved these changes Apr 17, 2023
Copy link
Member

@prestonvanloon prestonvanloon left a comment

Choose a reason for hiding this comment

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

LGTM -- Nice addition thanks!

@rkapka
Copy link
Contributor

rkapka commented Apr 18, 2023

Hi @jtraglia , the build fails at the moment.

Fixed smile

It has conflicts now @jtraglia :(

@prestonvanloon
Copy link
Member

I fixed the conflicts. Not sure why github was too dumb to figure out that a file was renamed in whole. There was no conflict resolution required locally /shrug

@prylabs-bulldozer prylabs-bulldozer bot merged commit 8428a79 into prysmaticlabs:develop Apr 18, 2023
@jtraglia jtraglia deleted the fix-whitespace branch April 18, 2023 19:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants