Skip to content

Commit 89df786

Browse files
committed
Test
1 parent f18bd84 commit 89df786

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

org.mixedrealitytoolkit.tools/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
44

5+
## Unreleased
6+
7+
### Changed
8+
9+
* Changing something to trigger the checker.
10+
511
## [3.0.5] - 2025-11-12
612

713
### Fixed

org.mixedrealitytoolkit.tools/SubsystemWizard/SubsystemGenerator.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
namespace MixedReality.Toolkit.Tools
1313
{
1414
/// <summary>
15-
/// Class which generates subsystem source files from templates contained within
15+
/// Changing something to trigger the checker.
1616
/// the package.
1717
/// </summary>
1818
[Serializable]
@@ -87,7 +87,7 @@ public string OrganizationName
8787
/// Name of configuration class, if enabled by <see cref="CreateConfiguration"/>
8888
/// to create for new subsystem.
8989
/// </summary>
90-
public string ConfigurationName => CreateConfiguration ? $"{BaseClassName}Config" : "BaseSubsystemConfig";
90+
public string ConfigurationName => CreateConfiguration ? $"{BaseClassName}Config" : "BaseSubsystemConfig";
9191

9292
/// <summary>
9393
/// Name of descriptor class to create for new subsystem.
@@ -144,7 +144,7 @@ public string OrganizationName
144144
public SubsystemGenerator()
145145
{
146146
Reset();
147-
}
147+
}
148148

149149
/// <summary>
150150
/// Creates the subsystem source files based off of the provided templates.

org.mixedrealitytoolkit.uxcore/Interop/CanvasProxyInteractor.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
namespace MixedReality.Toolkit.UX
99
{
1010
/// <summary>
11-
/// A simple proxy interactor which will select and hover things on MRTK's behalf, for canvas input.
11+
/// Changing something to trigger the checker.
1212
/// </summary>
1313
[AddComponentMenu("MRTK/UX/Canvas Proxy Interactor")]
1414
public class CanvasProxyInteractor : XRBaseInteractor, IProxyInteractor, IModeManagedInteractor
@@ -104,7 +104,7 @@ public void EndSelect(IXRSelectInteractable target, bool suppressEvents = false)
104104
}
105105
}
106106
}
107-
107+
108108
/// <inheritdoc />
109109
public override void GetValidTargets(List<IXRInteractable> targets)
110110
{

0 commit comments

Comments
 (0)