Ensure all files end with a new line
Update all files to ensure that they always end with a new-line character. Issue gh-8945
This commit is contained in:
@@ -61,4 +61,4 @@ public class HttpStatusEntryPointTests {
|
||||
assertThat(this.response.getStatus()).isEqualTo(HttpStatus.UNAUTHORIZED.value());
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -152,4 +152,4 @@ public class MediaTypeRequestMatcherRequestHCNSTests {
|
||||
assertThat(matcher.matches(this.request)).isFalse();
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user