Skip to content

Commit

Permalink
Merge "Fix the optimizations extension to gracefully handle multiple …
Browse files Browse the repository at this point in the history
…app startups." into main
  • Loading branch information
stevegolton authored and Gerrit Code Review committed Nov 25, 2024
2 parents eee68aa + 91eca3f commit ba2fedf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ export async function optimizationsTrack(
'${buildDetails(startup)}' AS details
`;
})
.join('UNION ALL');
.join('UNION ALL '); // The trailing space is important.

const uri = '/android_startups_optimization_status';
const title = 'Optimization Status';
Expand Down

0 comments on commit ba2fedf

Please sign in to comment.