From 9b0e00db627d1d575e86464f0427586028b2307a Mon Sep 17 00:00:00 2001 From: Mircea Nistor Date: Thu, 11 Nov 2021 17:04:59 +0100 Subject: [PATCH] style(docs): fix styling for tsdoc --- __tests__/shared/documentationExamples.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__tests__/shared/documentationExamples.ts b/__tests__/shared/documentationExamples.ts index 78873dfc7..094097b71 100644 --- a/__tests__/shared/documentationExamples.ts +++ b/__tests__/shared/documentationExamples.ts @@ -1,6 +1,6 @@ /** * This test suite runs the examples from the documentation in various test contexts. - * + * * Documentation examples are extracted from the tsdoc of the relevant source code. * To document a new package, add it to docsconfig.json array and have it processed with `extract-api` or `generate-plugin-schema`. */