diff --git a/topics/tutorials/code_intentions_preview.md b/topics/tutorials/code_intentions_preview.md index 67b4b57ac..5bd8d835a 100644 --- a/topics/tutorials/code_intentions_preview.md +++ b/topics/tutorials/code_intentions_preview.md @@ -108,7 +108,7 @@ with the usual setup of having your test-input as `beforeXyz` and `afterXyz`, yo A special suffix `-preview` should be added to the comment line in the test-data to test preview. For example: - + // "Replace Arrays.asList().stream() with Stream.of()" "true" diff --git a/topics/tutorials/custom_language_support/formatter.md b/topics/tutorials/custom_language_support/formatter.md index ddff302f6..49cb30750 100644 --- a/topics/tutorials/custom_language_support/formatter.md +++ b/topics/tutorials/custom_language_support/formatter.md @@ -36,7 +36,7 @@ Define [`SimpleBlock`](%gh-sdk-samples%/simple_language_plugin/src/main/java/org Define a formatter that removes extra spaces except for the single spaces around the property separator: - + ``` foo = bar