Skip to content

Commit 1db3ce8

Browse files
committed
removed vim newlines
1 parent eebc16e commit 1db3ce8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

checkstyle/checks/CyclomaticComplexityCheck.hx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,4 +119,4 @@ typedef Target = {
119119
typedef Threshold = {
120120
var severity:String;
121121
var complexity:Int;
122-
}
122+
}

checkstyle/reporter/XMLReporter.hx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,4 +121,4 @@ class XMLReporter implements IReporter {
121121
//Sys.stdout().writeString(sb.toString());
122122
_report.add(sb.toString());
123123
}
124-
}
124+
}

0 commit comments

Comments
 (0)