Skip to content

Commit

Permalink
Code refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
pranavpandey committed Jul 8, 2022
1 parent ebab41e commit 1b3b988
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
*/
public abstract class DynamicBaseAd implements DynamicAd {

@Override public @NonNull AdRequest getAdRequest() {
@Override
public @NonNull AdRequest getAdRequest() {
return new AdRequest.Builder().build();
}

Expand Down

0 comments on commit 1b3b988

Please sign in to comment.