We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84220ef commit 770c04aCopy full SHA for 770c04a
tds/src/main/java/ucar/util/Indent.java
@@ -4,7 +4,7 @@
4
* Maintains indentation level for printing nested structures.
5
*/
6
public class Indent {
7
- private int nspaces = 0;
+ private int nspaces = 1;
8
9
private int level = 0;
10
private StringBuilder blanks;
0 commit comments