Skip to content

Commit

Permalink
fix(Code beauty): more POSIX confroming file endings
Browse files Browse the repository at this point in the history
Signed-off-by: l-1squared <[email protected]>
  • Loading branch information
l-1squared committed Dec 3, 2024
1 parent e475c7c commit 06d0ad3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ public enum ExecutionStatus {
FAILED,
ABORTED,
SOME_STEPS_PENDING
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ public void can_create_an_output_folder() throws IOException {
assertThat(outputDir.list())
.contains("com.tngtech.jgiven.report.text.ResourceForPlainTextReportGeneratorTest.feature");
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@
}
],
"tagMap": {}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ private static void assertJAssumptionFailure() {
private static void junitAssumptionFailure() {
Assume.assumeTrue(false);
}
}
}

0 comments on commit 06d0ad3

Please sign in to comment.