OpenDreamProject / OpenDream

A project for running games made in the DM programming language
MIT License
200 stars 109 forks source link

Convert dreamprocnativeroot.cs to file-scoped namespace #1922

Closed TheTyrant25 closed 2 weeks ago

TheTyrant25 commented 1 month ago

Has the fun effect of unindenting nearly the entire file. Aside from removing two curly braces and adding a semicolon, nothing else was changed. The diff got fucky due to all the blank lines, which is annoying. nothing should have broken though.

Did it because it was throwing a warning, and the file has 39. with this we can reduce it to 38. 👍 Edit: the file now has 15 warnings. this PR makes it 14.

github-actions[bot] commented 1 month ago

This pull request has conflicts, please resolve those before we can evaluate the pull request.

TheTyrant25 commented 1 month ago

merge resolution was a bit fucky but i confirmed that it worked as intended by copying the entire file from master, pasting it in, and then doing The Process (untabbing nearly the whole file, removing the outermost curly braces, and adding a semicolon).

It's kinda karmic that it was my own PR that conflicted.