Skip to content

Commit ad08172

Browse files
committed
fix: formatting
1 parent 0f033fe commit ad08172

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apps/mfe2/federation.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const {
44
} = require('@angular-architects/native-federation/config');
55

66
module.exports = withNativeFederation({
7-
name: "mfe2",
7+
name: 'mfe2',
88
shared: {
99
...shareAll({
1010
singleton: true,

apps/playground/federation.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const {
44
} = require('@angular-architects/native-federation/config');
55

66
module.exports = withNativeFederation({
7-
name: "playground-shell",
7+
name: 'playground-shell',
88
shared: {
99
...shareAll({
1010
singleton: true,

0 commit comments

Comments
 (0)