Skip to content

Commit f57f772

Browse files
committed
chore: 多余空格删除
1 parent 6a736cd commit f57f772

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Demo/API_V2/Assets/API/Ad/BannerAd/BannerAd.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,13 +78,13 @@ private void SwitchAdState()
7878

7979
private Action<WXTextResponse> ShowSuccess = (res) =>
8080
{
81-
WX.ShowModal(new ShowModalOption() { content = "BannerAd Show Success:" + JsonUtility.ToJson(res) });
81+
WX.ShowModal(new ShowModalOption() { content = "BannerAd Show Success:" + JsonUtility.ToJson(res) });
8282
};
8383

8484

8585
private Action<WXTextResponse> ShowFail = (res) =>
8686
{
87-
WX.ShowModal(new ShowModalOption() { content = "BannerAd Show Fail:" + JsonUtility.ToJson(res) });
87+
WX.ShowModal(new ShowModalOption() { content = "BannerAd Show Fail:" + JsonUtility.ToJson(res) });
8888
};
8989

9090
// 销毁广告

Demo/API_V2/Assets/API/Ad/RewardedVideoAd/RewardedVideoAd.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ protected override void TestAPI(string[] args)
6666

6767
private void ShowAd()
6868
{
69-
_rewardedVideoAd.Show(ShowSuccess, ShowFail);
69+
_rewardedVideoAd.Show(ShowSuccess, ShowFail);
7070
}
7171

7272
private Action<WXTextResponse> ShowSuccess = (res) =>

0 commit comments

Comments
 (0)