Skip to content

Commit 390eb3b

Browse files
committed
Formatting in unrelated parts of touched files
1 parent c4b8cb0 commit 390eb3b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/cpptools.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -432,8 +432,8 @@ export class CppConfigurationProvider implements cpptools.CustomConfigurationPro
432432
let compilerToolchains: CodeModelToolchain | undefined;
433433
if ("toolchains" in opts.codeModelContent) {
434434
compilerToolchains = opts.codeModelContent.toolchains?.get(lang ?? "")
435-
|| opts.codeModelContent.toolchains?.get('CXX')
436-
|| opts.codeModelContent.toolchains?.get('C');
435+
|| opts.codeModelContent.toolchains?.get('CXX')
436+
|| opts.codeModelContent.toolchains?.get('C');
437437
}
438438
// If none of those work, fall back to the same order, but in the cache.
439439
const compilerCache = opts.cache.get(`CMAKE_${lang}_COMPILER`)

0 commit comments

Comments
 (0)