From 9c98a3d870fdefefa102bca9a97309807d642afd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20C=C3=A9bron?= Date: Wed, 2 Aug 2023 15:35:28 +0200 Subject: [PATCH] cleanup WRS notation --- topics/tutorials/code_intentions_preview.md | 2 +- topics/tutorials/custom_language_support/formatter.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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