Skip to content

Instantly share code, notes, and snippets.

@minkcv
Created February 25, 2016 17:51
Show Gist options
  • Save minkcv/08ee8b47b2b50fadb3e9 to your computer and use it in GitHub Desktop.
Save minkcv/08ee8b47b2b50fadb3e9 to your computer and use it in GitHub Desktop.
What does this do?
private String getString(int n) {
return String.format("%" + n + "s", " ");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment