Skip to content

Commit 7b6f25b

Browse files
committed
fix ci
1 parent 4b3ddf1 commit 7b6f25b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

apps/app/src/api/ads.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,10 +176,10 @@ fn compute_ads_webview_occlusion<R: Runtime>(
176176
scale_factor,
177177
);
178178

179-
return Some(ComputedAdsOcclusion {
179+
Some(ComputedAdsOcclusion {
180180
occluded,
181181
notification,
182-
});
182+
})
183183
}
184184

185185
#[cfg(windows)]

0 commit comments

Comments
 (0)