diff options
| author | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2025-01-24 15:28:16 +0100 |
|---|---|---|
| committer | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2025-01-24 15:29:10 +0100 |
| commit | 8d0eb87d08ac146cddb85e8f59fa6902204290c1 (patch) | |
| tree | f27b022cb94537835b817c77d2129ba8d4c3fd5f | |
| parent | 8037b6139fea50894978509744f00484150e6816 (diff) | |
| download | rust-8d0eb87d08ac146cddb85e8f59fa6902204290c1.tar.gz rust-8d0eb87d08ac146cddb85e8f59fa6902204290c1.zip | |
Remove extra whitespace at the end of some line strings
| -rw-r--r-- | build_system/src/main.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build_system/src/main.rs b/build_system/src/main.rs index 3a860e2b136..39361718306 100644 --- a/build_system/src/main.rs +++ b/build_system/src/main.rs @@ -34,11 +34,11 @@ Options: --help : Displays this help message. Commands: - cargo : Executes a cargo command. + cargo : Executes a cargo command. rustc : Compiles the program using the GCC compiler. clean : Cleans the build directory, removing all compiled files and artifacts. prepare : Prepares the environment for building, including fetching dependencies and setting up configurations. - build : Compiles the project. + build : Compiles the project. test : Runs tests for the project. info : Displays information about the build environment and project configuration. clone-gcc : Clones the GCC compiler from a specified source. |
