Home
last modified time | relevance | path

Searched refs:prefixSpaces (Results 1 – 1 of 1) sorted by relevance

/external/dagger2/java/dagger/hilt/processor/internal/root/
DRootFileFormatter.java82 private static String formatInterfaces(String prefixSpaces, String interfaces) { in formatInterfaces() argument
84 String newLine = String.format("\n%s ", prefixSpaces); in formatInterfaces()