aboutsummaryrefslogtreecommitdiffstats
path: root/qt-cpp
diff options
context:
space:
mode:
authorOrkun Tokdemir <orkun.tokdemir@qt.io>2024-09-26 13:46:53 +0200
committerOrkun Tokdemir <orkun.tokdemir@qt.io>2024-09-27 13:37:00 +0000
commitc50ab91b07402e79c0c6e130a2a7cd1f563165ba (patch)
tree05c7ec3ea7f3e94556646c44e6fc640edba418ef /qt-cpp
parentb28ff571e2c98dd0cd21ef0f092d011f00cc3a1b (diff)
qt-cpp: Fix style check failure
Change-Id: If71b9cb79d16108afd1e9e7f5e5a448f8f5b132b Reviewed-by: Marcus Tillmanns <marcus.tillmanns@qt.io>
Diffstat (limited to 'qt-cpp')
-rw-r--r--qt-cpp/src/commands/natvis.ts4
1 files changed, 3 insertions, 1 deletions
diff --git a/qt-cpp/src/commands/natvis.ts b/qt-cpp/src/commands/natvis.ts
index 28fa252..363b5c0 100644
--- a/qt-cpp/src/commands/natvis.ts
+++ b/qt-cpp/src/commands/natvis.ts
@@ -13,7 +13,9 @@ const logger = createLogger('natvis');
export function registerNatvisCommand() {
const getNatvis = (version: string) => {
- const extension = vscode.extensions.getExtension(`theqtcompany.${EXTENSION_ID}`);
+ const extension = vscode.extensions.getExtension(
+ `theqtcompany.${EXTENSION_ID}`
+ );
if (!extension) {
const error = 'Could not find the extension';
logger.error(error);