fix,test(jdoc): Stabilize spaces in test files

GitOrigin-RevId: 0c6b8c8ca44e90bdc80764b5fa1d8f2656762100
This commit is contained in:
Mathias Boulay
2024-09-17 13:54:35 +02:00
committed by intellij-monorepo-bot
parent 983ed1cd1c
commit fef6778210
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ class Main {
* # @highlight regex="[0-9]+" :
* local.zip=94123
* local.area-code=415
*
* <caret>
* }
*/
void f() {}

View File

@@ -8,7 +8,7 @@ class Main {
/// # @highlight regex="[0-9]+" :
/// local.zip=94123
/// local.area-code=415
///
/// <caret>
/// }
void foo() {}
}