Skip to content

Commit c7a1b91

Browse files
fix: linting erors
1 parent 04a8e8f commit c7a1b91

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

src/Packages/Passport/Runtime/Scripts/Private/UI/AndroidPassportWebView.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ public void Dispose()
237237
}
238238
}
239239

240-
#region Private Implementation
240+
#region Private Implementation
241241

242242
private void CreateWebViewObject()
243243
{
@@ -276,9 +276,9 @@ private void ConfigureWebView()
276276
PassportLogger.Info($"{TAG} Gree WebView configured successfully");
277277
}
278278

279-
#endregion
279+
#endregion
280280

281-
#region WebView Event Handlers
281+
#region WebView Event Handlers
282282

283283
private void OnWebViewMessage(string message)
284284
{
@@ -326,7 +326,7 @@ private void OnWebViewLog(string message)
326326
PassportLogger.Debug($"{TAG} WebView console log: {message}");
327327
}
328328

329-
#endregion
329+
#endregion
330330
}
331331
#endif
332332
}

src/Packages/Passport/Runtime/Scripts/Private/UI/WindowsPassportWebView.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ public void Dispose()
355355
}
356356
}
357357

358-
#region Private Implementation
358+
#region Private Implementation
359359

360360
private void CreateUWBInstance()
361361
{
@@ -689,7 +689,7 @@ private bool IsPortAvailable(int port)
689689
}
690690
}
691691

692-
#endregion
692+
#endregion
693693
}
694694
#endif
695695
}

src/Packages/Passport/Runtime/Scripts/Private/UI/iOSPassportWebView.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ public void Dispose()
236236
}
237237
}
238238

239-
#region Private Implementation
239+
#region Private Implementation
240240

241241
private void CreateWebViewObject()
242242
{
@@ -279,9 +279,9 @@ private void ConfigureWebView()
279279
PassportLogger.Info($"{TAG} Gree WebView configured successfully");
280280
}
281281

282-
#endregion
282+
#endregion
283283

284-
#region WebView Event Handlers
284+
#region WebView Event Handlers
285285

286286
private void OnWebViewMessage(string message)
287287
{
@@ -329,7 +329,7 @@ private void OnWebViewLog(string message)
329329
PassportLogger.Debug($"{TAG} WebView console log: {message}");
330330
}
331331

332-
#endregion
332+
#endregion
333333
}
334334
#endif
335335
}

0 commit comments

Comments
 (0)