Skip to content

Instantly share code, notes, and snippets.

@martenlienen
Created April 21, 2013 11:41
Show Gist options
  • Save martenlienen/5429326 to your computer and use it in GitHub Desktop.
Save martenlienen/5429326 to your computer and use it in GitHub Desktop.
class CurlyBraces {
public void onTheSameLine () {
if (1 == 1) {
return;
} else {
System.out.println("Whut?");
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment