Skip to content

Instantly share code, notes, and snippets.

@kanonji
Last active March 22, 2025 09:10
Show Gist options
  • Save kanonji/b04662d890340aee07265a82267a406b to your computer and use it in GitHub Desktop.
Save kanonji/b04662d890340aee07265a82267a406b to your computer and use it in GitHub Desktop.
Check the revisions at https://gist.github.com/kanonji/b04662d890340aee07265a82267a406b/revisions to see what the diff looks like."
if (newCondition)
{
doSomethingElse();
}
if (newCondition) {
doSomethingElse();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment