Skip to content

Commit 962fd0f

Browse files
committed
Format
1 parent e3ea7b5 commit 962fd0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/init/features/emulators.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ export async function actuate(setup: Setup): Promise<void> {
122122
emulatorsConfig.ui = { ...emulatorsConfig.ui, ...emulatorsInfo.config.ui };
123123
} else if (key === "singleProjectMode") {
124124
emulatorsConfig.singleProjectMode = emulatorsInfo.config[key];
125-
}else if (emulatorsInfo.config[key]) {
125+
} else if (emulatorsInfo.config[key]) {
126126
emulatorsConfig[key] = { ...emulatorsConfig[key], ...emulatorsInfo.config[key] };
127127
}
128128
}

0 commit comments

Comments
 (0)