Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
mallison committed Feb 23, 2024
1 parent 5cde757 commit 99e9df3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/browser-runtime.ts
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,6 @@ function createPickle(context: CompositionContext, pickle: messages.Pickle) {
[INTERNAL_SPEC_PROPERTIES]: internalProperties,
};


const scenario = assertAndReturn(
context.astIdsMap.get(
assertAndReturn(
Expand All @@ -452,7 +451,7 @@ function createPickle(context: CompositionContext, pickle: messages.Pickle) {
`Expected to find scenario associated with id = ${pickle.astNodeIds?.[0]}`
);

if ('tags' in scenario) {
if ("tags" in scenario) {
for (const tag of scenario.tags) {
if (
looksLikeOptions(tag.name) &&
Expand Down

0 comments on commit 99e9df3

Please sign in to comment.