aboutsummaryrefslogtreecommitdiff
path: root/src/test/resources/com/puppycrawl/tools/checkstyle/checks/indentation/InputSeparatedStatementWithSpaces.java
blob: a4476c54108b2e60e7eff5208e54162321c7f978 (plain)
1
2
3
4
5
6
7
8
9
10
// test file has no expected comments to test out blank line with just spaces
package com.puppycrawl.tools.checkstyle.checks.indentation;

import java.util.*
    // next line should be empty with just spaces, indented correctly
    
    ;

public class InputSeparatedStatementWithSpaces {
}