fix formatting

This commit is contained in:
Fabian Freund
2026-07-30 15:00:26 +02:00
parent 74c9d9c81b
commit fcfde0dc3b
20 changed files with 4517 additions and 3084 deletions
@@ -3100,7 +3100,10 @@ abstract class GeckoAppLinksApi {
/// is alive, consume it (double-resolve is a no-op), then perform side effects
/// after releasing the store lock (§2.6).
@async
AppLinkResolutionResult resolvePendingAppLink(int requestId, AppLinkDecision decision);
AppLinkResolutionResult resolvePendingAppLink(
int requestId,
AppLinkDecision decision,
);
/// Resolve [url] to an external-app target.
///