Skip to content

Commit 5f94cb6

Browse files
committed
prettier
1 parent 7ceecec commit 5f94cb6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/browser-sdk/src/client.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,8 @@ export class ReflagClient {
468468
}
469469

470470
if (shouldShowToolbar(opts)) {
471-
const position = typeof opts.toolbar === "object" ? opts.toolbar.position : undefined;
471+
const position =
472+
typeof opts.toolbar === "object" ? opts.toolbar.position : undefined;
472473
this.showToolbarToggle(position);
473474
}
474475

0 commit comments

Comments
 (0)