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

Cleanup code formatting #11726

Merged
merged 1 commit into from
Oct 31, 2018
Merged

Cleanup code formatting #11726

merged 1 commit into from
Oct 31, 2018

Conversation

electrum
Copy link
Contributor

No description provided.

@@ -51,9 +51,9 @@ public boolean equals(Object other)
}

BingTile otherTile = (BingTile) other;
return this.x == otherTile.x
&& this.y == otherTile.y
&& this.zoomLevel == otherTile.zoomLevel;
Copy link
Contributor

Choose a reason for hiding this comment

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

can we write a style for that?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Copy link
Contributor

Choose a reason for hiding this comment

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

thanks

@@ -25,7 +25,8 @@
public class TestConsoleHistory
{
@Test
public void testNonExistingHomeFolder() throws Exception
public void testNonExistingHomeFolder()
throws Exception
Copy link
Contributor

Choose a reason for hiding this comment

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

can we write a style for that?

Copy link
Contributor Author

@electrum electrum Oct 17, 2018

Choose a reason for hiding this comment

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

I've been unable to find a Checkstyle rule for that. I wish it could do that.

Copy link
Contributor

Choose a reason for hiding this comment

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

It should be easy to write a regex for that.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Copy link
Contributor

Choose a reason for hiding this comment

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

Thanks

@electrum electrum merged commit 362a1f6 into prestodb:master Oct 31, 2018
@electrum electrum deleted the cleanup branch October 31, 2018 00:01
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