aws-samples / aws-ambit-scenario-designer-ue4

AWS Ambit Scenario Designer for Unreal Engine 4 (Ambit) is a suite of tools to streamline content creation at scale for autonomous vehicle and robotics simulation applications.
https://aws-samples.github.io/aws-ambit-scenario-designer-ue4/
Apache License 2.0
85 stars 21 forks source link

Clean Up Code With ReSharper's Cleanup #11

Closed brhook-aws closed 2 years ago

brhook-aws commented 2 years ago

What was the problem/requirement? (What/Why)

The Ambit code base is missing a consistent style in certain areas. This causes a confusion on some of the styling of what the entirety the code base is supposed to follow.

What was the solution? (How)

ReSharper cleanup was ran against the entire code base, I used spot checking to ensure that the code worked correctly.

A few manual changes were used with this commit:

A few places were corrected against the ReSharper formatting:

Commit (91b55ffa77fb1516fd6eba94f3a4532d3ab80950)

What artifacts are related to this change?

Issues: P55843926

What is the impact of this change?

This change impacts users of the repository to set up a consistent style throughout the code base.

Are you adding any new dependencies to the system?

No.

How were these changes tested?


By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.