MCPcopy Create free account
hub / github.com/Garten/sourcecraft / adjustMinimalIndent

Method adjustMinimalIndent

src/basic/Loggger.java:61–65  ·  view source on GitHub ↗
(StringBuilder stringBuilder)

Source from the content-addressed store, hash-verified

59 }
60
61 private static void adjustMinimalIndent(StringBuilder stringBuilder) {
62 while (minimalIndent < stringBuilder.length() + 1) {
63 minimalIndent += TAB_SIZE;
64 }
65 }
66
67 private static void addTabs(StringBuilder stringBuilder) {
68 int blankLength = minimalIndent - stringBuilder.length();

Callers 1

printMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected