Skip to content

Commit

Permalink
Auto-format source code
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions Autoformatter committed Nov 11, 2022
1 parent 086e84a commit 8726a13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/monotouch-test/AudioUnit/AudioUnitTest.cs
Expand Up @@ -84,7 +84,7 @@ public void CopyIconTest ()
}

[Test]
public unsafe void TestSizeOf()
public unsafe void TestSizeOf ()
{
Assert.AreEqual (sizeof (AudioFormat), Marshal.SizeOf (typeof (AudioFormat)));
Assert.AreEqual (sizeof (AudioValueRange), Marshal.SizeOf (typeof (AudioValueRange)));
Expand Down

0 comments on commit 8726a13

Please sign in to comment.