Skip to content

Commit b93cd26

Browse files
authored
Fix prettier
1 parent 234a932 commit b93cd26

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/omnisharp/utils.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,8 @@ export async function requestWorkspaceInformation(server: OmniSharpServer) {
184184
);
185185

186186
project.IsBlazorWebAssemblyHosted = isProjectBlazorWebAssemblyHosted;
187-
project.IsBlazorWebAssemblyStandalone = isProjectBlazorWebAssemblyProject && !project.IsBlazorWebAssemblyHosted;
187+
project.IsBlazorWebAssemblyStandalone =
188+
isProjectBlazorWebAssemblyProject && !project.IsBlazorWebAssemblyHosted;
188189
}
189190
}
190191

0 commit comments

Comments
 (0)