Skip to content

Commit

Permalink
chore(misc): format
Browse files Browse the repository at this point in the history
  • Loading branch information
bigcakes committed Nov 27, 2023
1 parent 46ba29c commit 2a163f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -343,8 +343,7 @@ export function executeModuleFederationDevServerBuilder(
projectGraph.nodes[r].data.targets['serve'].options.port;
if (remotePort >= portToUse) {
return remotePort + 1;
}
else {
} else {
return portToUse;
}
}, options.staticRemotesPort);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -253,8 +253,7 @@ export default async function* moduleFederationDevServer(
context.projectGraph.nodes[r].data.targets['serve'].options.port;
if (remotePort >= portToUse) {
return remotePort + 1;
}
else {
} else {
return portToUse;
}
}, options.staticRemotesPort);
Expand Down

0 comments on commit 2a163f3

Please sign in to comment.