Skip to content

Commit beb16b2

Browse files
author
alexandre.monterroso
committed
Add some indentation
1 parent 00c01db commit beb16b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/java/cucumber/runtime/formatter/PrettyFormatter.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ private void handleWrite(WriteEvent event) {
162162
} catch (IOException e) {
163163
throw new CucumberException(e);
164164
}
165-
out.println();
165+
out.println();
166166
}
167167

168168
private void finishReport() {

0 commit comments

Comments
 (0)