Skip to content

Commit 00b5981

Browse files
Minor style tweaks
1 parent f898118 commit 00b5981

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack/src/WebpackDevMiddleware.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import * as connect from 'connect';
22
import * as webpack from 'webpack';
3-
import * as url from 'url'
3+
import * as url from 'url';
44
import { requireNewCopy } from './RequireNewCopy';
55

66
export interface CreateDevServerCallback {
@@ -98,6 +98,6 @@ function removeTrailingSlash(str: string) {
9898
return str;
9999
}
100100

101-
function getPath(publicPath: string){
102-
return url.parse(publicPath).path;
103-
}
101+
function getPath(publicPath: string) {
102+
return url.parse(publicPath).path;
103+
}

0 commit comments

Comments
 (0)