blob: 15c77bfbaf51a06622468b46654380cf05a677b9 [file] [log] [blame]
package com.siyeh.ig.bugs;
import com.siyeh.ig.IGInspectionTestCase;
public class SuspiciousIndentAfterControlStatementInspectionTest extends IGInspectionTestCase {
public void test() throws Exception {
doTest("com/siyeh/igtest/bugs/suspicious_indent_after_control_statement",
new SuspiciousIndentAfterControlStatementInspection());
}
}