Skip to content

Commit

Permalink
chore: revert accidental commit.
Browse files Browse the repository at this point in the history
Revert "FIXME: Remove this commit; it's for testing"

This reverts commit fb52dfa.

(This commit should never have been submitted.)
  • Loading branch information
jskeet committed Mar 21, 2024
1 parent a0e258e commit ace8b2f
Showing 1 changed file with 0 additions and 12 deletions.
Expand Up @@ -60,17 +60,5 @@ public static class StorageClasses
/// Name for the Archive storage class.
/// </summary>
public const string Archive = "ARCHIVE";

/// <summary>
/// This is just a sample addition.
/// </summary>
public const string FixmeSampleChange = "FIXME";

/// <summary>
/// This is just a sample addition.
/// </summary>
public static void Method()
{
}
}
}

0 comments on commit ace8b2f

Please sign in to comment.