diff --git a/docs/src/docs/asciidoc/configuration.adoc b/docs/src/docs/asciidoc/configuration.adoc index 54506316..af45dad3 100644 --- a/docs/src/docs/asciidoc/configuration.adoc +++ b/docs/src/docs/asciidoc/configuration.adoc @@ -113,4 +113,4 @@ include::{examples-dir}/com/example/mockmvc/CustomDefaultSnippets.java[tags=cust .REST Assured ---- include::{examples-dir}/com/example/restassured/CustomDefaultSnippets.java[tags=custom-default-snippets] ----- \ No newline at end of file +---- diff --git a/docs/src/docs/asciidoc/contributing.adoc b/docs/src/docs/asciidoc/contributing.adoc index ce726ed6..c5c36bff 100644 --- a/docs/src/docs/asciidoc/contributing.adoc +++ b/docs/src/docs/asciidoc/contributing.adoc @@ -33,4 +33,4 @@ welcome. The source code is on {github}[GitHub]. You may want to search the {github}/issues?q=is%3Aissue[existing issues] and {github}/pulls?q=is%3Apr[pull requests] to see if the enhancement is already being worked on. You may also want to {github}/issues/new[open a new issue] to discuss a possible enhancement before work on it -begins. \ No newline at end of file +begins. diff --git a/docs/src/docs/asciidoc/customizing-requests-and-responses.adoc b/docs/src/docs/asciidoc/customizing-requests-and-responses.adoc index 8f0ffaf0..28d6d754 100644 --- a/docs/src/docs/asciidoc/customizing-requests-and-responses.adoc +++ b/docs/src/docs/asciidoc/customizing-requests-and-responses.adoc @@ -148,4 +148,4 @@ preprocessor in exactly the same way as any of the built-in preprocessors. If you only want to modify the content (body) of a request or response, consider implementing the `ContentModifier` interface and using it with the built-in -`ContentModifyingOperationPreprocessor`. \ No newline at end of file +`ContentModifyingOperationPreprocessor`. diff --git a/docs/src/docs/asciidoc/documenting-your-api.adoc b/docs/src/docs/asciidoc/documenting-your-api.adoc index 1a1742f5..b3ea4526 100644 --- a/docs/src/docs/asciidoc/documenting-your-api.adoc +++ b/docs/src/docs/asciidoc/documenting-your-api.adoc @@ -1198,4 +1198,4 @@ and adds a title: ---- <1> Add a title to the table <2> Add a new column named "Constraints" -<3> Include the descriptors' `constraints` attribute in each row of the table \ No newline at end of file +<3> Include the descriptors' `constraints` attribute in each row of the table diff --git a/docs/src/docs/asciidoc/introduction.adoc b/docs/src/docs/asciidoc/introduction.adoc index c1d36bb0..14559eca 100644 --- a/docs/src/docs/asciidoc/introduction.adoc +++ b/docs/src/docs/asciidoc/introduction.adoc @@ -22,4 +22,4 @@ and the HTTP responses that it produces. Spring REST Docs allows you to work wit resources and the HTTP requests and responses, shielding your documentation from the inner-details of your service's implementation. This separation helps you to document your service's API rather than its implementation. It also frees you to evolve -the implementation without having to rework the documentation. \ No newline at end of file +the implementation without having to rework the documentation. diff --git a/docs/src/docs/asciidoc/working-with-asciidoctor.adoc b/docs/src/docs/asciidoc/working-with-asciidoctor.adoc index 49663530..ad15fbf7 100644 --- a/docs/src/docs/asciidoc/working-with-asciidoctor.adoc +++ b/docs/src/docs/asciidoc/working-with-asciidoctor.adoc @@ -174,4 +174,4 @@ in a cell that contains the value of a `description` attribute: ==== Further reading Refer to the http://asciidoctor.org/docs/user-manual/#tables[Tables section of -the Asciidoctor user manual] for more information about customizing tables. \ No newline at end of file +the Asciidoctor user manual] for more information about customizing tables. diff --git a/docs/src/docs/asciidoc/working-with-markdown.adoc b/docs/src/docs/asciidoc/working-with-markdown.adoc index 6f6d8ed7..4d532a91 100644 --- a/docs/src/docs/asciidoc/working-with-markdown.adoc +++ b/docs/src/docs/asciidoc/working-with-markdown.adoc @@ -25,4 +25,4 @@ format]. Markdown has no built-in support for including one Markdown file in another. To include the generated snippets of Markdown in your documentation, you should use an additional tool that supports this functionality. One example that's particularly well-suited to -documenting APIs is https://github.com/tripit/slate[Slate]. \ No newline at end of file +documenting APIs is https://github.com/tripit/slate[Slate].