Skip to content

Commit

Permalink
Remove redundant slashes
Browse files Browse the repository at this point in the history
Change-Id: Ieabd204d54976c2b31972eb736bc3bb70d7093a4
Reviewed-by: Marcus Tillmanns <[email protected]>
Reviewed-by: Ben Cho <[email protected]>
  • Loading branch information
OrkunTokdemir committed Jun 28, 2024
1 parent 2a83503 commit 49a6d8d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/logger.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// // Copyright (C) 2024 The Qt Company Ltd.
// // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only
// Copyright (C) 2024 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only

import * as vscode from 'vscode';
import * as winston from 'winston';
Expand Down
4 changes: 2 additions & 2 deletions src/tasks/wasm-start.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// // Copyright (C) 2024 The Qt Company Ltd.
// // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only
// Copyright (C) 2024 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only

import * as vscode from 'vscode';

Expand Down

0 comments on commit 49a6d8d

Please sign in to comment.