Skip to content

Commit 37e26c5

Browse files
author
davidkline-ms
committed
pr feedback: class with no public methods need not be public
1 parent 6d2ed9f commit 37e26c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/MRTK/StandardAssets/EditorUtilities/OnLoadUtilities.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
namespace Microsoft.MixedReality.Toolkit.Utilities.Editor
1010
{
1111
[InitializeOnLoad]
12-
public static class OnLoadUtilities
12+
static class OnLoadUtilities
1313
{
1414
private const string SessionStateKey = "StandardAssetsOnLoadUtilitiesSessionStateKey";
1515

0 commit comments

Comments
 (0)