Skip to content

Commit cd28835

Browse files
committed
Fix prettier issues
1 parent fd8ec69 commit cd28835

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

editors/code/src/extension.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ const startLanguageServer = async (context: vscode.ExtensionContext) => {
161161
for (let [name, value] of Object.entries(overridenFFlags)) {
162162
if (!isAlphanumericUnderscore(name)) {
163163
vscode.window.showWarningMessage(
164-
`Invalid FFlag name: '${name}'. It can only contain alphanumeric characters`
164+
`Invalid FFlag name: '${name}'. It can only contain alphanumeric characters`,
165165
);
166166
}
167167

0 commit comments

Comments
 (0)