Skip to content

Commit 25f3a21

Browse files
committed
fixed formatting
1 parent 1db0a40 commit 25f3a21

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

packages/util/src/emulator.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,10 @@ function getOrCreateEl(id: string): { created: boolean; element: HTMLElement } {
178178
* @param isRunningEmulator
179179
* @public
180180
*/
181-
export function updateEmulatorBanner(name: string, isRunningEmulator: boolean): void {
181+
export function updateEmulatorBanner(
182+
name: string,
183+
isRunningEmulator: boolean
184+
): void {
182185
if (emulatorStatus[name] === isRunningEmulator) {
183186
// No rerendering required
184187
return;

0 commit comments

Comments
 (0)