Skip to content

Commit afd8f94

Browse files
committed
Format code
1 parent bc3e104 commit afd8f94

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Sentry.Unity.Editor/Android/AndroidManifestConfiguration.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -234,8 +234,8 @@ internal void CopyAndroidSdkToGradleProject(string unityProjectPath, string grad
234234
foreach (var file in Directory.GetFiles(androidSdkPath))
235235
{
236236
var destinationFile = Path.Combine(targetPath, Path.GetFileName(file));
237-
238-
try
237+
238+
try
239239
{
240240
File.Copy(file, destinationFile, overwrite: true);
241241
_logger.LogDebug("Copied SDK file: {0}", Path.GetFileName(file));

0 commit comments

Comments
 (0)