Skip to content

Commit 2ee6c96

Browse files
removed empty line
1 parent 4fba7b3 commit 2ee6c96

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Assets/MixedRealityToolkit/_Core/Inspectors/Profiles/MixedRealityBaseConfigurationProfileInspector.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ public abstract class MixedRealityBaseConfigurationProfileInspector : BaseMixedR
2424

2525
private static BaseMixedRealityProfile profile;
2626
private static SerializedObject targetProfile;
27-
2827
private static BaseMixedRealityProfile profileToCopy;
2928

3029
protected virtual void Awake()
@@ -178,4 +177,4 @@ private static async void PasteProfileValuesDelay(BaseMixedRealityProfile newPro
178177
Selection.activeObject = newProfile;
179178
}
180179
}
181-
}
180+
}

0 commit comments

Comments
 (0)