MCUmbrella / Guilded4J

Guilded bot API wrapper for Java development. The fine and easy way to create your Guilded bots in Java!
https://www.guilded.gg/Guilded4J-Cafe/
MIT License
27 stars 4 forks source link

ran a formatter on the codebase #2

Closed PolarianDev closed 2 years ago

PolarianDev commented 2 years ago

Intellij must really not like your formatting :P

MCUmbrella commented 2 years ago

in a nutshell

class
{
  function name()
  {
    ;
    ;
  }
  function name(){;}
  for()
  {
    ...
  }
  if()
  {
    ...
  }
  else if()
  {
    ...
  }
  else
  {
    ...
  }
  switch()
  {
    case:
    {
      ...
    }
    default:
    {
      ...
    }
  }
  try
  {
    ...
  }
  catch()
  {
    ...
  }
}

one more thing lambda-free