Skip to content

Commit 770c04a

Browse files
committed
trigger tests
1 parent 84220ef commit 770c04a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tds/src/main/java/ucar/util/Indent.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Maintains indentation level for printing nested structures.
55
*/
66
public class Indent {
7-
private int nspaces = 0;
7+
private int nspaces = 1;
88

99
private int level = 0;
1010
private StringBuilder blanks;

0 commit comments

Comments
 (0)