Skip to content

Instantly share code, notes, and snippets.

@diwic
Last active March 5, 2018 10:00
Show Gist options
  • Save diwic/da97c0cc813bc0fdff4b245a5a6a86d5 to your computer and use it in GitHub Desktop.
Save diwic/da97c0cc813bc0fdff4b245a5a6a86d5 to your computer and use it in GitHub Desktop.
if (x > y) {
return true;
}
if (x > y)
return true;
if (x > y) return true;
if (x > y) { return true; }
if (x > y)
{
return true;
}
if (x > y)
{
return true;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment