fix: remove extra whitespace in installation verification code example

This commit is contained in:
2025-09-01 03:22:46 +07:00
parent b405423082
commit d8ba6c611d

View File

@@ -90,7 +90,7 @@ After installation, verify that the extension is working:
```questlang ```questlang
квест TestQuest; квест TestQuest;
цель "Test quest"; цель "Test quest";
граф { граф {
узлы { узлы {
старт: { старт: {
@@ -99,7 +99,7 @@ After installation, verify that the extension is working:
} }
} }
} }
конец; конец;
``` ```