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