Skip to content

Commit bbc5473

Browse files
authored
Merge pull request #607 from GuillaumeGomez/cleanup
Remove extra whitespace at the end of some line strings
2 parents 8037b61 + 8d0eb87 commit bbc5473

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: build_system/src/main.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@ Options:
3434
--help : Displays this help message.
3535
3636
Commands:
37-
cargo : Executes a cargo command.
37+
cargo : Executes a cargo command.
3838
rustc : Compiles the program using the GCC compiler.
3939
clean : Cleans the build directory, removing all compiled files and artifacts.
4040
prepare : Prepares the environment for building, including fetching dependencies and setting up configurations.
41-
build : Compiles the project.
41+
build : Compiles the project.
4242
test : Runs tests for the project.
4343
info : Displays information about the build environment and project configuration.
4444
clone-gcc : Clones the GCC compiler from a specified source.

0 commit comments

Comments
 (0)