From eb08cac4d44a0a42b730de997ecaa8a93a341076 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20C=C3=A9bron?= Date: Mon, 12 Jul 2021 12:15:22 +0200 Subject: [PATCH] code_inspections.md: restore formatting --- topics/tutorials/code_inspections.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/topics/tutorials/code_inspections.md b/topics/tutorials/code_inspections.md index ee3e95707..2cedf92f6 100644 --- a/topics/tutorials/code_inspections.md +++ b/topics/tutorials/code_inspections.md @@ -126,7 +126,7 @@ Implicit in using [`LocalInspectionTool`](upsource:///platform/analysis-api/src/ If a short name is not provided by the plugin, the IntelliJ Platform computes one by removing `Inspection` suffix from the implementation class name. ### Inspection Unit Test - > Please note that running the test requires setting system property `idea.home.path` in `test {}` block of `build.gradle``. + > Please note that running the test requires setting system property `idea.home.path` in `test {}` block of build.gradle. > {type="note"}