Skip to content

Commit

Permalink
dotnet-format
Browse files Browse the repository at this point in the history
  • Loading branch information
andybak committed Oct 14, 2023
1 parent 1cc811b commit aeffac8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Assets/Scripts/API/Lua/Wrappers/TransformApiWrapper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ public float scale
}

[LuaDocsDescription("A transform that does nothing. No translation, rotation or scaling")]
public static TransformApiWrapper identity => new (TrTransform.identity);
public static TransformApiWrapper identity => new(TrTransform.identity);

// Operators

Expand Down

0 comments on commit aeffac8

Please sign in to comment.