Fixed Code Formating So It's Consistent With Other Challenges. #46
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There were instances of using statements being found inside of the Ellabit namespace instead of on the outside of it. In addition, there were some using statements that were the same and were present outside of the namespace and inside (Challenge 071, Challenge 084, Challenge 087, Challenge 089, Challenge 92, Challenge 96, Challenge 143 & Challenge 147).
This pull request fixes those formatting issues.