Skip to content

Commit 257832b

Browse files
author
GitHub Actions Autoformatter
committed
Auto-format source code
1 parent a6d2750 commit 257832b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/msbuild/Xamarin.MacDev.Tests/TargetTests/DetectSigningIdentityTests.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ public void BundleIdentifierInPartialAppManifest ()
8484
} else if (taskMessage.StartsWith ("TaskInput: BundleIdentifier")) {
8585
bundleIdentifier = taskMessage.Substring ("TaskInput: BundleIdentifier".Length).Trim ();
8686
} else {
87-
bundleIdentifier ="Unhandled task message format.";
87+
bundleIdentifier = "Unhandled task message format.";
8888
}
8989
Assert.AreEqual ("com.xamarin.detectsigningidentitytest", bundleIdentifier, "Bundle identifier");
9090
}

0 commit comments

Comments
 (0)