Skip to content

Commit 9ac72a0

Browse files
committed
Remove trailing space.
1 parent 67af99a commit 9ac72a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Extension/src/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ export async function activate(context: vscode.ExtensionContext): Promise<CppToo
132132
} catch (err) {
133133
// The c_cpp_properties.json might not be openable (e.g. an executable).
134134
// Catching the exception prevents our extension activation from failing.
135-
// VS Code itself will report an error message.
135+
// VS Code itself will report an error message.
136136
}
137137
}
138138
}

0 commit comments

Comments
 (0)