Skip to content

Commit 1e512a8

Browse files
committed
fix prettier bug
1 parent ec746f5 commit 1e512a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/razor/src/extension.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ import { PlatformInformation } from '../../shared/platform';
4949
import { RazorLanguageServerOptions } from './razorLanguageServerOptions';
5050
import { resolveRazorLanguageServerOptions } from './razorLanguageServerOptionsResolver';
5151
import { RazorFormatNewFileHandler } from './formatNewFile/razorFormatNewFileHandler';
52-
import * as path from "path";
52+
import * as path from 'path';
5353

5454
// We specifically need to take a reference to a particular instance of the vscode namespace,
5555
// otherwise providers attempt to operate on the null extension.

0 commit comments

Comments
 (0)