Skip to content

Commit 5e5e3d6

Browse files
committed
Formatting fixes
1 parent f257ebd commit 5e5e3d6

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

Tools/Roslyn/Unity.InputSystem.Mocks/IInputInteraction.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
namespace UnityEngine.InputSystem;
33
// ReSharper restore CheckNamespace
44

5-
public interface IInputInteraction { }
5+
public interface IInputInteraction { }

Tools/Roslyn/Unity.InputSystem.Mocks/InputBindingComposite.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
namespace UnityEngine.InputSystem;
33
// ReSharper restore CheckNamespace
44

5-
public class InputBindingComposite { }
5+
public class InputBindingComposite { }

Tools/Roslyn/Unity.InputSystem.Mocks/InputProcessor.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
namespace UnityEngine.InputSystem;
33
// ReSharper restore CheckNamespace
44

5-
public class InputProcessor { }
5+
public class InputProcessor { }

Tools/Roslyn/Unity.InputSystem.SourceGenerator.Tests/InputBindingCompositeTypeRegistrationTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ [Test] public Task ShouldGenerateRegistrationCode_IfNestedPublicClassExtendsBase
3030
public class Outer {
3131
public class MyBindingComposite : UnityEngine.InputSystem.InputBindingComposite { }
3232
}");
33-
}
33+
}

Tools/Roslyn/Unity.InputSystem.SourceGenerator.Tests/InputProcessorTypeRegistrationTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ [Test] public Task ShouldGenerateRegistrationCode_IfNestedPublicClassExtendsBase
3030
public class Outer {
3131
public class MyProcessor : UnityEngine.InputSystem.InputProcessor { }
3232
}");
33-
}
33+
}

Tools/Roslyn/Unity.InputSystem.SourceGenerator.Tests/InteractionTypeRegistrationTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ [Test] public Task ShouldGenerateRegistrationCode_IfNestedPublicClassImplementsI
3030
public class Outer {
3131
public class MyInteraction : UnityEngine.InputSystem.IInputInteraction { }
3232
}");
33-
}
33+
}

Tools/Roslyn/Unity.InputSystem.SourceGenerator.Tests/TestHelper.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,4 +113,4 @@ public static Task Verify(IIncrementalGenerator generator, string source, params
113113

114114
return Verify(generator, source, references);
115115
}
116-
}
116+
}

0 commit comments

Comments
 (0)